From daded8b229d34d531821f5c3bb3c1d399f2bfadc Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:43:41 +0530 Subject: [PATCH] home-manager must always use global packages --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index ac4c341..9c61385 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -31,7 +31,7 @@ }; home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; + # home-manager.useUserPackages = true; home-manager.users.h = import ./home; # Enable networking