nixos/modules/desktop/default.nix

12 lines
107 B
Nix

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