Move extra CSS to the end of the file (#147)

This commit is contained in:
&yosyo 2023-08-13 18:01:06 +02:00 committed by GitHub
parent 5f7b55cc69
commit beb35709c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ let
};
finalCss = pkgs.runCommandLocal "gtk.css" {} ''
echo ${escapeShellArg cfg.extraCss} >>$out
cat ${baseCss} >>$out
echo ${escapeShellArg cfg.extraCss} >>$out
'';
in {