nixos/home/Northstar-xenia.nix

12 lines
169 B
Nix

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