flake.nix: create per host home-manager config files

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-30 14:35:38 +02:00
parent 55d80bac48
commit 47c0ee8b68
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
4 changed files with 16 additions and 1 deletions

View File

@ -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 [ ]);

View File

@ -0,0 +1,4 @@
{ ... }:
{
}

View File

@ -0,0 +1,4 @@
{ ... }:
{
}

View File

@ -0,0 +1,4 @@
{ ... }:
{
}