diff options
Diffstat (limited to 'common/modules/terminal')
| -rw-r--r-- | common/modules/terminal/alacritty.nix | 18 | ||||
| -rw-r--r-- | common/modules/terminal/foot.nix | 2 | ||||
| -rw-r--r-- | common/modules/terminal/ghostty.nix | 2 |
3 files changed, 12 insertions, 10 deletions
diff --git a/common/modules/terminal/alacritty.nix b/common/modules/terminal/alacritty.nix index 09cb54f..cbea179 100644 --- a/common/modules/terminal/alacritty.nix +++ b/common/modules/terminal/alacritty.nix @@ -13,17 +13,19 @@ in cursor = { thickness = 0.0; }; - debug = { - prefer_egl = true; - }; colors = { draw_bold_text_with_bright_colors = cfg.font.bright_color_is_bold; + + cursor = { + text = "CellBackground"; + # cursor = "CellForeground"; + }; }; mouse = { hide_when_typing = true; }; general = { - import = lib.optionals config.beeMods.matugen.enable [ "~/.config/alacritty/colors.toml" ]; + import = lib.optionals config.beeMods.matugen.enable [ "~/.config/alacritty/themes/noctalia.toml" ]; }; window = { dynamic_padding = true; @@ -31,10 +33,10 @@ in y = cfg.window.padding-y; x = cfg.window.padding-x; }; - dimensions = { - lines = 75; - columns = 100; - }; + # dimensions = { + # lines = 75; + # columns = 100; + # }; }; font = { normal.family = cfg.font.family; diff --git a/common/modules/terminal/foot.nix b/common/modules/terminal/foot.nix index ff020c6..f9cd424 100644 --- a/common/modules/terminal/foot.nix +++ b/common/modules/terminal/foot.nix @@ -11,7 +11,7 @@ in enable = true; settings = { main = { - include = lib.optionals config.beeMods.matugen.enable [ "~/.config/foot/dank-colors.ini" ]; + include = lib.optionals config.beeMods.matugen.enable [ "~/.config/foot/themes/noctalia" ]; pad = "${toString cfg.window.padding-x}x${toString cfg.window.padding-y} center"; font = "${cfg.font.family}:size=${toString cfg.font.size}"; diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix index c47e991..0926fe9 100644 --- a/common/modules/terminal/ghostty.nix +++ b/common/modules/terminal/ghostty.nix @@ -11,7 +11,7 @@ in enable = true; enableFishIntegration = true; settings = { - theme = lib.optionalString config.beeMods.matugen.enable "matugen"; + theme = lib.optionalString config.beeMods.matugen.enable "noctalia"; font-family = cfg.font.family; font-size = cfg.font.size; |
