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