fix(ookphone): remove hm global pkgs option
This commit is contained in:
parent
c95543dc70
commit
5e9ca39241
2 changed files with 1 additions and 2 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
tools.enable = true;
|
tools.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
config.nix.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
backupFileExtension = "hm-bak";
|
|
||||||
useGlobalPkgs = true;
|
|
||||||
extraSpecialArgs = { inherit inputs outputs; };
|
extraSpecialArgs = { inherit inputs outputs; };
|
||||||
config = import ../../../home/user/ooks/ooksphone;
|
config = import ../../../home/user/ooks/ooksphone;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue