mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
b2031d4b9f
Former-commit-id: 887668d962
9 lines
182 B
Nix
9 lines
182 B
Nix
{ inputs, ... }: {
|
|
home-manager = {
|
|
useGlobalPkgs = true;
|
|
useUserPackages = true;
|
|
backupFileExtension = "hm-backup";
|
|
extraSpecialArgs = { inherit inputs; };
|
|
};
|
|
}
|