aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-02-18 12:05:39 +0100
committerAdrian Kummerlaender2020-02-18 12:05:39 +0100
commitfe462bd414d65d3b69f804103389d49cbfe2d31a (patch)
tree4726d512b87e13d13bc4ae5862da360e9afa9778 /module
parent3cb95d0364edc85c019f2a3270b423001ff9189b (diff)
downloadnixos_home-fe462bd414d65d3b69f804103389d49cbfe2d31a.tar
nixos_home-fe462bd414d65d3b69f804103389d49cbfe2d31a.tar.gz
nixos_home-fe462bd414d65d3b69f804103389d49cbfe2d31a.tar.bz2
nixos_home-fe462bd414d65d3b69f804103389d49cbfe2d31a.tar.lz
nixos_home-fe462bd414d65d3b69f804103389d49cbfe2d31a.tar.xz
nixos_home-fe462bd414d65d3b69f804103389d49cbfe2d31a.tar.zst
nixos_home-fe462bd414d65d3b69f804103389d49cbfe2d31a.zip
Export tasker commands to environment
Diffstat (limited to 'module')
-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 {