From 27bd976a605dccbfaa0ea20d577454f700c51f16 Mon Sep 17 00:00:00 2001 From: cnst Date: Wed, 24 Sep 2025 06:30:48 +0200 Subject: [PATCH] chore(alacritty): fix cfg --- modules/home/programs/alacritty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/alacritty/default.nix b/modules/home/programs/alacritty/default.nix index a8538615..d676bbe2 100644 --- a/modules/home/programs/alacritty/default.nix +++ b/modules/home/programs/alacritty/default.nix @@ -14,8 +14,8 @@ in config = mkIf cfg.enable { programs.alacritty = { enable = true; + theme = "dark_plus"; settings = { - theme = "dark_plus"; # Default colors # colors = { # primary = {