test
This commit is contained in:
parent
74a6cf1546
commit
a0f49fadd1
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@
|
|||
homeDirectory = "/home/${username}";
|
||||
sessionPath = [ "$HOME/.local/bin" ];
|
||||
};
|
||||
|
||||
home.root = {
|
||||
inherit username;
|
||||
stateVersion = hmStateVersion;
|
||||
homeDirectory = "/root";
|
||||
sessionPath = [ "$HOME/.local/bin" ];
|
||||
};
|
||||
|
||||
imports = [
|
||||
# Common app configs - Will apply to all users managed by home-manager
|
||||
|
|
Loading…
Reference in a new issue