clan join: init

This commit is contained in:
DavHau
2023-10-04 18:53:59 +02:00
parent a64c3b7525
commit e6f1ba9291
5 changed files with 60 additions and 11 deletions

View File

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