feat: add wlr-which module and config

This commit is contained in:
2025-11-02 17:56:58 +01:00
parent b309aa3893
commit 87047b5b1b
12 changed files with 484 additions and 39 deletions

View File

@@ -16,6 +16,7 @@ in {
./rofi
./swaync.nix
./waybar.nix
./wlr-which-key.nix
./wlsunset.nix
];
@@ -28,5 +29,6 @@ in {
obs.enable = mkDefault cfg.fullDesktop;
qt.enable = mkDefault cfg.fullDesktop;
rofi.enable = mkDefault cfg.fullDesktop;
wlr-which-key.enable = mkDefault cfg.fullDesktop;
};
}