diff --git a/flake.nix b/flake.nix index 77385f0..d4808d2 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,8 @@ ]; }; packages.${system}.homeConfigurations.deck = home-manager.lib.homeManagerConfiguration { - inherit pkgs inputs; + inherit pkgs; + extraSpecialArgs = { inherit inputs; }; # Specify your home configuration modules here, for example, # the path to your home.nix.