diff --git a/flake/modules/home-manager.nix b/flake/modules/home-manager.nix index 3b75e49a..f305558b 100644 --- a/flake/modules/home-manager.nix +++ b/flake/modules/home-manager.nix @@ -19,7 +19,7 @@ nvfModule = submoduleWith { description = "Nvf module"; class = "nvf"; - specialArgs = lib.trace (builtins.attrNames inputs) { + specialArgs = { inherit pkgs lib inputs; }; modules = import ../../modules/modules.nix {inherit pkgs lib;};