This commit is contained in:
Osman Faruk Bayram 2025-10-21 20:47:21 +03:00
parent 1b7b0b620c
commit be65eb3b88
2 changed files with 18 additions and 6 deletions

View file

@ -22,7 +22,11 @@
useUserPackages = true;
# Pass inputs and outputs to home-manager modules
extraSpecialArgs = { inherit inputs; };
extraSpecialArgs = {
inherit inputs;
# Pass the NixOS system config to home-manager modules
nixosConfig = config;
};
# Configure home-manager for each user (excluding root)
users =