This commit is contained in:
Osman Faruk Bayram 2025-10-19 16:53:48 +03:00
parent f5d6d62278
commit adc642f3ca

View file

@ -7,10 +7,10 @@ in
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
# Pass inputs and outputs to home-manager modules
extraSpecialArgs = { inherit inputs; };
# Configure home-manager for each user
users = lib.genAttrs cfg.users (username: {
home.stateVersion = lib.mkDefault "24.05";