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:
parent
415114163e
commit
17f86e1bca
2 changed files with 5 additions and 5 deletions
|
@ -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))
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue