mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
25be368726
Former-commit-id: 905cc9a885
8 lines
143 B
Nix
8 lines
143 B
Nix
{ inputs, ... }: {
|
|
home-manager = {
|
|
useGlobalPkgs = true;
|
|
useUserPackages = true;
|
|
extraSpecialArgs = { inherit inputs; };
|
|
};
|
|
}
|