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 outputs vars flakeLib;
|
||||||
inherit (inputs) nix-colors;
|
inherit (inputs) nix-colors;
|
||||||
};
|
};
|
||||||
useGlobalPkgs = true;
|
#useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
#useUserPackages = true;
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
../profiles/home-manager/${profile}/home.nix
|
../profiles/home-manager/${profile}/home.nix
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue