mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
bb2993b125
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
9 lines
178 B
Nix
9 lines
178 B
Nix
{inputs, ...}: {
|
|
home-manager = {
|
|
useGlobalPkgs = true;
|
|
useUserPackages = true;
|
|
backupFileExtension = "hm-backup";
|
|
extraSpecialArgs = {inherit inputs;};
|
|
};
|
|
}
|