9 lines
149 B
Nix
9 lines
149 B
Nix
|
{...}: {
|
||
|
imports = [./home/personal.nix];
|
||
|
home = {
|
||
|
username = "xenia";
|
||
|
homeDirectory = "/home/xenia";
|
||
|
stateVersion = "22.11";
|
||
|
};
|
||
|
}
|