mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
72e4be86eb
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
10 lines
217 B
Nix
10 lines
217 B
Nix
# Home-manager configuration for NixOS
|
|
{inputs, ...}: {
|
|
home-manager = {
|
|
useGlobalPkgs = true;
|
|
useUserPackages = true;
|
|
backupFileExtension = "hm-backup";
|
|
extraSpecialArgs = {inherit inputs;};
|
|
};
|
|
}
|