12 lines
181 B
Nix
12 lines
181 B
Nix
{...}: {
|
|
imports = [
|
|
../env
|
|
../tui
|
|
../git/work.nix
|
|
../ssh/work.nix
|
|
];
|
|
home.username = "root";
|
|
home.homeDirectory = "/root";
|
|
home.stateVersion = "22.11";
|
|
}
|