diff --git a/home-manager/modules/bugwarrior.nix b/home-manager/modules/bugwarrior.nix index a3990f96..14ca11bc 100644 --- a/home-manager/modules/bugwarrior.nix +++ b/home-manager/modules/bugwarrior.nix @@ -43,7 +43,7 @@ config = mkIf config.m-0.bugwarrior.enable { }; Service = { Type = "oneshot"; - Environment=''PATH=${pkgs.taskwarrior}/bin:${pkgs.eventd}/bin OTRS_USER=${me.user} OTRS_PASSWORD=${otrs.password} OTRS_QUEUES="${otrs.queues}" OTRS_OWNERS="${otrs.owners}" OTRS_HOST=${otrs.host}''; + Environment=''PATH=${pkgs.taskwarrior}/bin:${pkgs.eventd}/bin:${pkgs.gnugrep}/bin OTRS_USER=${me.user} OTRS_PASSWORD=${otrs.password} OTRS_QUEUES="${otrs.queues}" OTRS_OWNERS="${otrs.owners}" OTRS_HOST=${otrs.host}''; ExecStart= let update = pkgs.writeShellScriptBin "update" '' ${pkgs.bugwarrior}/bin/bugwarrior-pull