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

7 lines
47 B
Nix

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