From 8df7742e055f744f912b937143dbac6084dda4fc Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz <chaoticryptidz@owo.monster> Date: Wed, 9 Mar 2022 20:10:19 +0000 Subject: [PATCH] trynot --- profiles/base-darwin/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base-darwin/home.nix b/profiles/base-darwin/home.nix index 2b22874..6a0b800 100644 --- a/profiles/base-darwin/home.nix +++ b/profiles/base-darwin/home.nix @@ -12,7 +12,7 @@ with lib; { config = { home-manager = { useGlobalPkgs = true; - useUserPackages = true; + #useUserPackages = true; }; }; }