This commit is contained in:
iFargle 2023-08-23 22:07:14 +09:00
parent 74a6cf1546
commit a0f49fadd1

View file

@ -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