diff --git a/nixos/modules/profiles/home.nix b/nixos/modules/profiles/home.nix index a695e8b..97911df 100644 --- a/nixos/modules/profiles/home.nix +++ b/nixos/modules/profiles/home.nix @@ -1,7 +1,6 @@ { pkgs, inputs, ... }: { home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; home-manager.sharedModules = pkgs.lib.attrValues inputs.self.hmModules; home-manager.users.dadada = inputs.self.hmConfigurations.dadada; }