diff options
Diffstat (limited to 'common/modules/terminal/alacritty.nix')
| -rw-r--r-- | common/modules/terminal/alacritty.nix | 18 |
1 files changed, 10 insertions, 8 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; |
