nixos/modules/desktop/default.nix

8 lines
58 B
Nix

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