From 4f598233b1e54bfe23a0370041c73224de54e27f Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 6 May 2025 22:48:54 +0200 Subject: [PATCH] Updates deck config --- flake.nix | 1 - 1 file changed, 1 deletion(-) 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 ]; }; };