ghostty: fixing the fixings

This commit is contained in:
Daniel Lundin 2024-08-14 11:48:40 +02:00
parent 5940efb858
commit f56f664642
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 2 additions and 3 deletions

View file

@ -31,7 +31,7 @@ in
settings = {
font-size = 14;
font-family = "Berkeley Mono Variable";
font-codepoint-map = [ "U+2191-U+2195,U+2500-U+259F=BerkeleyMono Nerd Font" ];
font-codepoint-map = [ "U+2191-U+2195,U+2500-U+259F=Berkeley Mono Variable" ];
font-family-bold-italic = "Monaspace Xenon";
font-style-bold-italic = "ExtraLight Italic";
font-variation-italic = [ "wght=100" ];
@ -55,7 +55,6 @@ in
"alt+shift+c=copy_to_clipboard"
"alt+shift+v=paste_from_clipboard"
"ctrl+tab=goto_split:previous"
"alt+enter=toggle_fullscreen"
"alt+one=unbind"
"alt+two=unbind"
"alt+three=unbind"

View file

@ -8,7 +8,7 @@
# Host specific user config goes here
#
programs.ghostty.settings = {
font-size = lib.mkForce 18;
font-size = lib.mkForce 20;
};
dconf.settings = {