root: set home dir

This commit is contained in:
NullBite 2024-04-25 08:55:12 -04:00
parent 71c0ddb2d3
commit bdfdca4505
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -326,6 +326,7 @@
username = "root";
config = { pkgs, ...}: {
programs.bash.enable = true;
home.homeDirectory = "/root";
# update nix system-wide since it's installed via root profile
home.packages = with pkgs; [ nix ];