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