fix home-manager only builds

This commit is contained in:
Patrick Neff 2024-07-18 15:08:21 +02:00
parent b95645f726
commit f430375079
1 changed files with 2 additions and 2 deletions

View File

@ -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