activitywatch: add meta.mainProgram

This commit is contained in:
Grimmauld 2024-11-28 11:08:04 +01:00
parent e245a698cd
commit c3677f8ca7
No known key found for this signature in database
GPG Key ID: C2946668769F91FB

View File

@ -55,6 +55,7 @@ rec {
description = "Watches keyboard and mouse activity to determine if you are AFK or not (for use with ActivityWatch)";
homepage = "https://github.com/ActivityWatch/aw-watcher-afk";
maintainers = with maintainers; [ huantian ];
mainProgram = "aw-watcher-afk";
license = licenses.mpl20;
};
};
@ -83,6 +84,7 @@ rec {
description = "Cross-platform window watcher (for use with ActivityWatch)";
homepage = "https://github.com/ActivityWatch/aw-watcher-window";
maintainers = with maintainers; [ huantian ];
mainProgram = "aw-watcher-window";
license = licenses.mpl20;
badPlatforms = lib.platforms.darwin; # requires pyobjc-framework
};
@ -141,6 +143,7 @@ rec {
description = "Tray icon that manages ActivityWatch processes, built with Qt";
homepage = "https://github.com/ActivityWatch/aw-qt";
maintainers = with maintainers; [ huantian ];
mainProgram = "aw-qt";
license = licenses.mpl20;
badPlatforms = lib.platforms.darwin; # requires pyobjc-framework
};
@ -170,6 +173,7 @@ rec {
description = "Desktop notification service for ActivityWatch";
homepage = "https://github.com/ActivityWatch/aw-notify";
maintainers = with maintainers; [ huantian ];
mainProgram = "aw-notify";
license = licenses.mpl20;
};
};