nixos/hosts/Legion/home.nix

9 lines
149 B
Nix
Raw Normal View History

{...}: {
imports = [./home/personal.nix];
home = {
username = "xenia";
homeDirectory = "/home/xenia";
stateVersion = "22.11";
};
}