From 6fec75538ffab22b1a84638c3cc3994e9fcfbe24 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 04:48:31 +0000 Subject: [PATCH] no longer using global packages --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0dced5a..921c70a 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,6 @@ programs.zsh.enable = lib.mkIf config.shell true; home-manager = { - useGlobalPkgs = true; useUserPackages = true; extraSpecialArgs = { inherit inputs; }; users.${config.user} = {