aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/tasker.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/tasker.nix b/module/tasker.nix
index 0987544..b79d854 100644
--- a/module/tasker.nix
+++ b/module/tasker.nix
@@ -69,7 +69,7 @@ let
in pkgs.symlinkJoin {
name = "tasker_task_" + name;
- paths = [ shortcut ];
+ paths = [ command shortcut ];
}) config.custom.tasks;
in {