From f912d33f26bfdeafcfe002eeeebd53980090f395 Mon Sep 17 00:00:00 2001 From: Davi Ribeiro <104164579+Markus328@users.noreply.github.com> Date: Tue, 7 Oct 2025 01:14:35 -0300 Subject: nix: fix toggle app2unit (#60) --- default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 492983a..e8ba844 100644 --- a/default.nix +++ b/default.nix @@ -65,10 +65,11 @@ python3.pkgs.buildPythonApplication { substituteInPlace src/caelestia/subcommands/screenshot.py \ --replace-fail '"qs", "-c", "caelestia"' '"caelestia-shell"' - # Use config bin instead of discord + fix todoist + # Use config bin instead of discord + fix todoist + fix app2unit substituteInPlace src/caelestia/subcommands/toggle.py \ --replace-fail 'discord' ${discordBin} \ - --replace-fail 'todoist' 'todoist.desktop' + --replace-fail 'todoist' 'todoist.desktop'\ + --replace-fail 'app2unit' ${app2unit}/bin/app2unit # Use config style instead of darkly substituteInPlace src/caelestia/data/templates/qtct.conf \ -- cgit v1.2.3-freya