diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/tasker.nix | 2 |
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 { |