From 8c6d9332678442bc020f7efbae1585f050cc8f4b Mon Sep 17 00:00:00 2001 From: Samiyel Frazier Date: Sun, 15 Mar 2026 20:14:46 -0700 Subject: [PATCH] nix: fix qtct sub (#98) --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index dafab0d..22fb0b6 100644 --- a/default.nix +++ b/default.nix @@ -72,7 +72,7 @@ python3.pkgs.buildPythonApplication { --replace-fail 'app2unit' ${app2unit}/bin/app2unit # Use config style instead of darkly - substituteInPlace src/caelestia/data/templates/qtct.conf \ + substituteInPlace src/caelestia/data/templates/qtengine.json \ --replace-fail 'Darkly' '${qtctStyle}' '';