From 602d7270526319f0ef4b761bb9aa8dd5954079b0 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Thu, 30 May 2024 22:10:32 -0700 Subject: [PATCH] match arch alacritty config --- home/modules/alacritty.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/modules/alacritty.nix b/home/modules/alacritty.nix index 68edfb6..8d2d6cf 100644 --- a/home/modules/alacritty.nix +++ b/home/modules/alacritty.nix @@ -16,6 +16,13 @@ in window = { opacity = 0.98; }; + colors = { + primary.background = "#050505"; + }; + hints.enabled = { + hyperlinks = true; + post_processing = true; + }; font = { normal = { family = "JetBrainsMono Nerd Font";