From 7d2fcc864eb10139258a020611b67111df54a604 Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Wed, 28 May 2025 22:21:14 +0200 Subject: [PATCH] pywal: make kitty config appear at start to not override user vals if the kitty config is at the end then it overrides the user-defined values and it's not great --- modules/programs/pywal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/pywal.nix b/modules/programs/pywal.nix index b67c2489..10f4ce15 100644 --- a/modules/programs/pywal.nix +++ b/modules/programs/pywal.nix @@ -27,7 +27,7 @@ in (cat ${config.xdg.cacheHome}/wal/sequences &) ''; - programs.kitty.extraConfig = '' + programs.kitty.extraConfig = lib.mkBefore '' include ${config.xdg.cacheHome}/wal/colors-kitty.conf '';