extra special args for inputs

This commit is contained in:
2025-02-08 12:34:19 +00:00
parent 4cc8a23bd8
commit dc11021b22

View File

@@ -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.