nixos/home/Vanguard/root.nix

12 lines
191 B
Nix
Raw Normal View History

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