latest chanegs
This commit is contained in:
parent
bc44c7e2e9
commit
13e75e2abc
@ -22,8 +22,8 @@
|
|||||||
./hardware-configuration/iota.nix
|
./hardware-configuration/iota.nix
|
||||||
{_module.args = {inherit inputs;};}
|
{_module.args = {inherit inputs;};}
|
||||||
];
|
];
|
||||||
home-manager.extraSpecialArgs = inputs;
|
|
||||||
home-manager.users.steph = import ./home.nix;
|
home-manager.users.steph = import ./home.nix;
|
||||||
|
home-manager.extraSpecialArgs = { inherit inputs ; };
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
nixosConfigurations.tau = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.tau = nixpkgs.lib.nixosSystem {
|
||||||
@ -36,9 +36,8 @@
|
|||||||
./hardware-configuration/tau.nix
|
./hardware-configuration/tau.nix
|
||||||
{_module.args = {inherit inputs;};}
|
{_module.args = {inherit inputs;};}
|
||||||
];
|
];
|
||||||
home-manager.extraSpecialArgs = inputs;
|
|
||||||
home-manager.users.steph = import ./home.nix;
|
home-manager.users.steph = import ./home.nix;
|
||||||
|
home-manager.extraSpecialArgs = { inherit inputs ; };
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user