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