iLoader instead of Althea
This commit is contained in:
parent
1e31cbac77
commit
393ccdb4dd
3 changed files with 59 additions and 116 deletions
|
|
@ -6,7 +6,7 @@ let
|
|||
in {
|
||||
options.modules.hardware.ios = {
|
||||
enable = mkEnableOption "Enable tethering with iOS devices";
|
||||
sideload = mkEnableOption "Additionally, enable sideloading through Althea";
|
||||
sideload = mkEnableOption "Additionally, enable sideloading through iLoader";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
@ -18,6 +18,6 @@ in {
|
|||
ifuse
|
||||
];
|
||||
|
||||
hm.home.packages = optional cfg.sideload pkgs.my.althea;
|
||||
hm.home.packages = optional cfg.sideload pkgs.my.iloader;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue