activitywatch: add meta.mainProgram (#359809)

This commit is contained in:
Aleksana 2024-11-29 16:21:29 +08:00 committed by GitHub
commit fb9e5b1059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};
};