diff options
-rw-r--r-- | gui/pkgs/tasker.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/pkgs/tasker.nix b/gui/pkgs/tasker.nix index e967382..b3cf61b 100644 --- a/gui/pkgs/tasker.nix +++ b/gui/pkgs/tasker.nix @@ -23,6 +23,7 @@ pkgs.lib.mapAttrsToList (name: value: let [Desktop Entry] Type=Application Name=${value.description} + GenericName=Tasker Exec=${command}/bin/tasker_cmd_${name} Terminal=false ''; |