This commit is contained in:
mjallen18
2025-12-01 14:50:23 -06:00
parent 73581fd8f0
commit 47e2b0caf8
15 changed files with 375 additions and 44 deletions

View File

@@ -13,20 +13,20 @@ in
shellIntegration.enableZshIntegration = true;
font = {
name = cfg.font.name;
package = cfg.font.package;
size = cfg.font.size;
name = mkDefault cfg.font.name;
package = mkDefault cfg.font.package;
size = mkDefault cfg.font.size;
};
settings = {
bold_font = "auto";
bold_font = "auto";
italic_font = "auto";
bold_italic_font = "auto";
mouse_hide_wait = "2.0";
cursor_shape = "block";
url_style = "dotted";
confirm_os_window_close = "0";
background_opacity = "0.85";
background_opacity = mkForce "0.85";
# The basic colors
foreground = palette.colors.text;