Add home manager and reorganize modules

This commit is contained in:
Nettika 2024-07-07 15:36:04 -07:00
parent 741e3b973f
commit 206109dbc7
20 changed files with 75 additions and 31 deletions

8
hosts/marauder/home.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
home = {
username = "nettika";
homeDirectory = "/home/nettika";
stateVersion = "24.05";
};
}