feat: set font and remove unused bindings

This commit is contained in:
Ahwx 2024-06-21 09:48:00 +02:00
parent a0fbccbbba
commit 937f9c6d10

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
programs.kitty = { programs.kitty = {
enable = true; enable = true;
@ -7,7 +7,7 @@
font = { font = {
name = "JetBrainsMono Nerd Font"; name = "JetBrainsMono Nerd Font";
size = 13; size = 9;
}; };
settings = { settings = {
@ -31,12 +31,6 @@
}; };
keybindings = { keybindings = {
## Tabs
"alt+1" = "goto_tab 1";
"alt+2" = "goto_tab 2";
"alt+3" = "goto_tab 3";
"alt+4" = "goto_tab 4";
## Unbind ## Unbind
"ctrl+shift+left" = "no_op"; "ctrl+shift+left" = "no_op";
"ctrl+shift+right" = "no_op"; "ctrl+shift+right" = "no_op";