nixos/home/H0615/root.nix

12 lines
181 B
Nix
Raw Normal View History

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