tangled
alpha
login
or
join now
bates64.com
/
infra
0
fork
atom
nixos configs
0
fork
atom
overview
issues
pulls
pipelines
pass inputs to home-manager for watt
bates64.com
1 week ago
eb63ec6a
1f39a1d7
+1
1 changed file
expand all
collapse all
unified
split
hosts
watt
configuration.nix
+1
hosts/watt/configuration.nix
···
22
22
home-manager = {
23
23
useGlobalPkgs = true;
24
24
useUserPackages = true;
25
25
+
extraSpecialArgs = { inherit inputs; };
25
26
users.bates64 = ../../modules/home/profiles/headless.nix;
26
27
};
27
28