modify ghostty config

This commit is contained in:
ulic-youthlic 2025-01-16 22:13:57 +08:00
parent 455014c700
commit 0625380f78
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -27,7 +27,7 @@
enable = true; enable = true;
package = pkgs.ghostty; package = pkgs.ghostty;
settings = { settings = {
font-family = "FiraCode Nerd Font"; # font-family = "FiraCode Nerd Font";
font-feature = [ font-feature = [
"calt=1" "calt=1"
"clig=1" "clig=1"
@ -46,8 +46,9 @@
"cv30" "cv30"
]; ];
font-size = 17; font-size = 17;
theme = "ayu"; # theme = "ayu";
background-opacity = 0.8; background-opacity = 0.8;
confirm-close-surface = "false";
}; };
} }
(lib.mkIf config.youthlic.programs.fish.enable { (lib.mkIf config.youthlic.programs.fish.enable {