nixos/home/Northstar-xenia.nix

8 lines
96 B
Nix

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