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