home-manager parameters

This commit is contained in:
2025-09-24 03:05:30 -04:00
parent 4afceb577d
commit 8797880ee1
3 changed files with 12 additions and 2 deletions

View File

@ -38,6 +38,11 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.abby = ./home.nix;
home-manager.extraSpecialArgs = {
username = "abby";
inherit inputs;
system = "x86_64-linux";
};
}
];
};
@ -53,6 +58,10 @@
lix-module.nixosModules.default
./home.nix
];
extraSpecialArgs = {
inherit inputs;
inherit system;
};
};
homeConfigurations."pager@nicrosil" =
let