fix home-manager only builds
This commit is contained in:
parent
b95645f726
commit
f430375079
|
|
@ -22,8 +22,8 @@ in {
|
|||
inherit inputs outputs vars flakeLib;
|
||||
inherit (inputs) nix-colors;
|
||||
};
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
#useGlobalPkgs = true;
|
||||
#useUserPackages = true;
|
||||
|
||||
modules = [
|
||||
../profiles/home-manager/${profile}/home.nix
|
||||
|
|
|
|||
Loading…
Reference in New Issue