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 # Theming
userChrome = readFile ( userChrome = readFile (
pkgs.substituteAll { pkgs.replaceVars ./userChrome.css {
src = ./userChrome.css;
colors = config.desktop.theming.colorsCSS; colors = config.desktop.theming.colorsCSS;
} }
); );