nixos/home/Vanguard/root.nix

12 lines
189 B
Nix
Raw Normal View History

2023-05-17 17:10:18 +01:00
{...}: {
imports = [
../env
../tui
../git/personal.nix
../ssh/personal.nix
];
home.username = "root";
home.homeDirectory = "/root";
home.stateVersion = "22.11";
}