12 lines
183 B
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";
|
|
}
|