chore(alacritty): fix cfg

This commit is contained in:
2025-09-24 06:30:48 +02:00
parent 9adfb329af
commit 27bd976a60

View File

@@ -14,8 +14,8 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = {
theme = "dark_plus"; theme = "dark_plus";
settings = {
# Default colors # Default colors
# colors = { # colors = {
# primary = { # primary = {