feat(nixos): pass inputs to home-manager via extraSpecialArgs

This commit is contained in:
2026-01-15 13:15:42 +01:00
parent b52d87d30b
commit 629f25c795
3 changed files with 3 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ in
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit inputs; };
users.${username} = import ../../home/hosts/astyanax {
inherit inputs;
inherit config;