nixos/home/Northstar-xenia.nix

8 lines
98 B
Nix

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