maint: move nixos config to hosts dir
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
8ed9999148
commit
6e2b303f8e
6 changed files with 2 additions and 2 deletions
12
hosts/wodan/home-manager.nix
Normal file
12
hosts/wodan/home-manager.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, outputs, ... }: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
users = {
|
||||
lander = import ../../home-manager/home.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue