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:
parent
ad88262f06
commit
7d2fcc864e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue