diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-08-26 02:27:02 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-08-26 02:27:02 +0530 |
| commit | 9059d75874cdb0006ee4c1d39f8276aa9004be9a (patch) | |
| tree | 3a4b748999a04f5c663db4f50dca2ab207296bb7 /common/modules/terminal/alacritty.nix | |
| parent | ffafb880359009613864c176010c94aa7b11adc7 (diff) | |
nordwand-mono font and some small bixes
Diffstat (limited to 'common/modules/terminal/alacritty.nix')
| -rw-r--r-- | common/modules/terminal/alacritty.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/modules/terminal/alacritty.nix b/common/modules/terminal/alacritty.nix index 57ff494..5254c0b 100644 --- a/common/modules/terminal/alacritty.nix +++ b/common/modules/terminal/alacritty.nix @@ -10,6 +10,9 @@ in programs.alacritty = { enable = true; settings = { + cursor = { + thickness = 0.1; + }; colors = { draw_bold_text_with_bright_colors = cfg.font.bright_color_is_bold; @@ -33,7 +36,7 @@ in [ "~/.config/alacritty/themes/noctalia.toml" ]; }; window = { - dynamic_padding = false; + # dynamic_padding = false; padding = { y = cfg.window.padding-y; x = cfg.window.padding-x; @@ -42,6 +45,7 @@ in font = { normal.family = cfg.font.family; size = cfg.font.size; + offset.y = -1; }; }; }; |
