Add home manager and reorganize modules
This commit is contained in:
parent
741e3b973f
commit
206109dbc7
20 changed files with 75 additions and 31 deletions
8
hosts/marauder/home.nix
Normal file
8
hosts/marauder/home.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
home = {
|
||||
username = "nettika";
|
||||
homeDirectory = "/home/nettika";
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue