nixos/home/J0162/root.nix

12 lines
183 B
Nix
Raw Normal View History

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";
}