nixos configs

pass inputs to home-manager for watt

+1
+1
hosts/watt/configuration.nix
··· 22 22 home-manager = { 23 23 useGlobalPkgs = true; 24 24 useUserPackages = true; 25 + extraSpecialArgs = { inherit inputs; }; 25 26 users.bates64 = ../../modules/home/profiles/headless.nix; 26 27 }; 27 28