From 0db8aa69d174abb9a97df3782b682761152a0ea7 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:56:32 -0600 Subject: [PATCH] cleanup --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index cf1e175..1a05fe3 100644 --- a/flake.nix +++ b/flake.nix @@ -49,14 +49,10 @@ ${userSettings.username} = args.home-manager.lib.homeManagerConfiguration { inherit pkgs; extraSpecialArgs = { - inherit args; - inherit outputs; inherit userSettings; inherit systemSettings; }; - modules = [ - ./home.nix - ]; + modules = [ ./home.nix ]; }; }; };