From 500e7cda03e7b6fdab7ab3e84971b56bbc97a57c Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:57:12 -0600 Subject: [PATCH] switch --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1a05fe3..3a10db3 100644 --- a/flake.nix +++ b/flake.nix @@ -49,8 +49,8 @@ ${userSettings.username} = args.home-manager.lib.homeManagerConfiguration { inherit pkgs; extraSpecialArgs = { - inherit userSettings; inherit systemSettings; + inherit userSettings; }; modules = [ ./home.nix ]; };