move home up a level

This commit is contained in:
2025-01-11 23:48:55 +00:00
parent 3b7d162a5a
commit d08153e691
6 changed files with 23 additions and 19 deletions

View File

@@ -48,7 +48,7 @@
home-manager = {
extraSpecialArgs = { inherit inputs; };
users = {
"worble" = import ./home-manager/home.nix;
"worble" = import ./home.nix;
};
};
}