1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Use newly added HM Ghostty option for clearing keybindings

This commit is contained in:
RGBCube 2023-12-12 11:41:22 +03:00
parent 415114163e
commit 17f86e1bca
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -6,6 +6,8 @@ graphicalConfiguration {
programs.ghostty = enabled {
package = upkgs.ghostty;
clearDefaultKeybindings = true;
keybindings = (lib.mapAttrs' (name: value: lib.nameValuePair "ctrl+shift+${name}" value) {
c = "copy_to_clipboard";
v = "paste_from_clipboard";
@ -56,8 +58,6 @@ graphicalConfiguration {
window-decoration = false;
keybind = "clear";
config-file = [
(toString (pkgs.writeText "base16-config" ghosttyConfig))
];