clan-cli: improve debug logging

This commit is contained in:
DavHau
2023-10-05 17:33:38 +02:00
parent a42854a354
commit 4f9fa94e46
4 changed files with 6 additions and 10 deletions

View File

@@ -177,7 +177,7 @@ python3.pkgs.buildPythonApplication {
desktopItems = [
(makeDesktopItem {
name = "clan";
exec = "clan join %u";
exec = "clan --debug join %u";
desktopName = "CLan Manager";
startupWMClass = "clan";
mimeTypes = [ "x-scheme-handler/clan" ];