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
This commit is contained in:
Ivan Kirilov Dimitrov 2025-05-28 22:21:14 +02:00 committed by Austin Horstman
parent ad88262f06
commit 7d2fcc864e

View file

@ -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
'';