activitywatch: add meta.mainProgram (#359809)
This commit is contained in:
commit
fb9e5b1059
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user