Fixed package

This commit is contained in:
Jan-Bulthuis 2025-05-09 15:00:51 +02:00
parent e10079e578
commit f0403330e2

View File

@ -54,8 +54,7 @@ in
# Theming
userChrome = readFile (
pkgs.substituteAll {
src = ./userChrome.css;
pkgs.replaceVars ./userChrome.css {
colors = config.desktop.theming.colorsCSS;
}
);