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

This commit is contained in:
2026-01-15 13:15:42 +01:00
parent effb6111fa
commit 6a0fc31f1d
3 changed files with 3 additions and 0 deletions

View File

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