This commit is contained in:
Weckyy702
2026-01-12 11:23:10 +01:00
parent 6122cba650
commit 0524def0ad
16 changed files with 154 additions and 41 deletions

10
home-manager/core.nix Normal file
View File

@@ -0,0 +1,10 @@
{username, ...}: {
home = {
inherit username;
homeDirectory = "/home/${username}";
stateVersion = "25.11";
};
programs.home-manager.enable = true;
}