inherit inputs

This commit is contained in:
2025-02-08 12:32:50 +00:00
parent 8b71743b00
commit 4cc8a23bd8

View File

@@ -32,7 +32,7 @@
]; ];
}; };
packages.${system}.homeConfigurations.deck = home-manager.lib.homeManagerConfiguration { packages.${system}.homeConfigurations.deck = home-manager.lib.homeManagerConfiguration {
inherit pkgs; inherit pkgs inputs;
# Specify your home configuration modules here, for example, # Specify your home configuration modules here, for example,
# the path to your home.nix. # the path to your home.nix.