From fe462bd414d65d3b69f804103389d49cbfe2d31a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 18 Feb 2020 12:05:39 +0100 Subject: Export tasker commands to environment --- module/tasker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') 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 { -- cgit v1.2.3