From e9508bcb09717ebcca45c4c4bcb0536894890d86 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 31 May 2024 04:00:55 -0700 Subject: [PATCH] readd color and add font size --- home/modules/alacritty.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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";