nixos/modules/desktop/default.nix

8 lines
73 B
Nix

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