This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home = {
|
||||
username = "${config.homecfg.username}";
|
||||
homeDirectory = "/home/${config.homecfg.username}";
|
||||
username = "${config.usercfg.username}";
|
||||
homeDirectory = "/home/${config.usercfg.username}";
|
||||
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user