WIP
This commit is contained in:
10
home-manager/core.nix
Normal file
10
home-manager/core.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{username, ...}: {
|
||||
home = {
|
||||
inherit username;
|
||||
homeDirectory = "/home/${username}";
|
||||
|
||||
stateVersion = "25.11";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user