diff --git a/home/modules/alacritty.nix b/home/modules/alacritty.nix index 09623ba..6ab2e07 100644 --- a/home/modules/alacritty.nix +++ b/home/modules/alacritty.nix @@ -16,14 +16,15 @@ in window = { opacity = 0.98; }; - # colors = { - # primary.background = "#050505"; - # }; + colors = { + primary.background = "#050505"; + }; # hints.enabled = { # hyperlinks = true; # post_processing = true; # }; font = { + size = 12.0; normal = { family = "JetBrainsMono Nerd Font"; style = "Regular";