define the path for czkawka explicitly

This commit is contained in:
Andreas Zweili 2021-12-26 14:31:11 +01:00
parent 7055f980b0
commit 0989ee7441
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
xdg.desktopEntries = {
czkawka = {
name = "Czkawka";
exec = "czkawka_gui";
exec = "${pkgs.czkawka}/bin/czkawka_gui";
terminal = false;
categories = [ "System" ];
};