mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: set font and remove unused bindings
This commit is contained in:
parent
a0fbccbbba
commit
937f9c6d10
1 changed files with 3 additions and 9 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue