diff --git a/flake.nix b/flake.nix index 865ce73..cc97346 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,6 @@ homeConfigurations."dnsc-deck" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux; - specialArgs = {inherit inputs outputs;}; modules = [ ./home/deck.nix ]; }; };