ghostty: fixing the fixings
This commit is contained in:
parent
5940efb858
commit
f56f664642
2 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue