Files
garandos/modules/home/noctalia/settings/plugins/keybind-cheatsheet.nix
T
GarandPLG 5779c3c084 Enable Bitwarden CLI and keybind cheatsheet
Add bitwarden-cli, xdg-utils and gcc to essentials. Configure the
noctalia Bitwarden plugin with custom server and generation options.
Enable the keybind‑cheatsheet plugin and bind it to Super+Shift+K.
Replace several widget displays with gauge visualizations and add a
keybinds widget to the bar. Remove obsolete Bitwarden desktop toggles
from host modules.
2026-08-05 15:18:09 +02:00

8 lines
158 B
Nix

_: {
programs.noctalia.settings.plugin_settings."kenn/keybind-cheatsheet" = {
compositor = "hyprland";
columns = 3;
show_actions = true;
};
}