nixos/home/Legion-xenia.nix

8 lines
93 B
Nix

{ ... }: {
imports = [
./env/xenia.nix
./tui
];
home.stateVersion = "22.11";
}