nixos/home/Northstar-xenia.nix

13 lines
195 B
Nix

{ ... }: {
imports = [
./common/personal.nix
./desktop/gtk.nix
./desktop/wayland.nix
./env
./tui
./gui/firefox
./gui/kitty.nix
];
home.stateVersion = "22.11";
}