nixos/home/H0615/root.nix

12 lines
183 B
Nix

{ ... }: {
imports = [
../env
../tui
../git/work.nix
../ssh/work.nix
];
home.username = "root";
home.homeDirectory = "/root";
home.stateVersion = "22.11";
}