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