From 0f94e0cf1c09b733ced7aeff60bb387779aab9d7 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 31 May 2024 01:51:08 -0700 Subject: [PATCH] FIXME: Alacritty config --- home/modules/alacritty.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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";