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