From 4cc8a23bd8ad91481273ed76e6b7334428e5ba0a Mon Sep 17 00:00:00 2001 From: worble Date: Sat, 8 Feb 2025 12:32:50 +0000 Subject: [PATCH] inherit inputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index da48eee..77385f0 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ ]; }; packages.${system}.homeConfigurations.deck = home-manager.lib.homeManagerConfiguration { - inherit pkgs; + inherit pkgs inputs; # Specify your home configuration modules here, for example, # the path to your home.nix.