Initial commit
This commit is contained in:
commit
b0a95003b7
57 changed files with 1561 additions and 0 deletions
12
home/core.nix
Normal file
12
home/core.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{username, ...}: {
|
||||
home = {
|
||||
inherit username;
|
||||
homeDirectory = "/home/${username}";
|
||||
|
||||
preferXdgDirectories = true;
|
||||
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue