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