nix: fix qtct sub (#98)

This commit is contained in:
Samiyel Frazier
2026-03-15 20:14:46 -07:00
committed by GitHub
parent b00c601d0a
commit 8c6d933267
+1 -1
View File
@@ -72,7 +72,7 @@ python3.pkgs.buildPythonApplication {
--replace-fail 'app2unit' ${app2unit}/bin/app2unit --replace-fail 'app2unit' ${app2unit}/bin/app2unit
# Use config style instead of darkly # Use config style instead of darkly
substituteInPlace src/caelestia/data/templates/qtct.conf \ substituteInPlace src/caelestia/data/templates/qtengine.json \
--replace-fail 'Darkly' '${qtctStyle}' --replace-fail 'Darkly' '${qtctStyle}'
''; '';