nixos/modules/desktop/default.nix
2023-07-08 18:30:16 +03:00

6 lines
47 B
Nix

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