flake.nix: create per host home-manager config files
This commit is contained in:
parent
55d80bac48
commit
47c0ee8b68
@ -191,7 +191,10 @@
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
||||
users.h7x4.imports = [ ./home/home.nix ];
|
||||
users.h7x4.imports = [
|
||||
./home/home.nix
|
||||
./hosts/${name}/home
|
||||
];
|
||||
};
|
||||
})
|
||||
] ++ (extraConfig.modules or [ ]);
|
||||
|
4
hosts/dosei/home/default.nix
Normal file
4
hosts/dosei/home/default.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
|
||||
}
|
4
hosts/kasei/home/default.nix
Normal file
4
hosts/kasei/home/default.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
|
||||
}
|
4
hosts/tsuki/home/default.nix
Normal file
4
hosts/tsuki/home/default.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user