nixos/modules/desktop/default.nix

10 lines
95 B
Nix

{
imports = [
./kitty
./bspwm
./browsers
./apps
./game
./chat
];
}