1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-10-22 04:57:26 +02:00

activitywatch: reduce test closure

This also reduces test flakiness.
This commit is contained in:
Robert Helgesson 2024-10-17 15:29:43 +02:00
parent 78a7a070bb
commit 9c1a1c7df4
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -5,6 +5,7 @@ let stubPackage = config.lib.test.mkStubPackage { };
in {
services.activitywatch = {
enable = true;
package = stubPackage;
settings = {
port = 3012;
custom_static = { custom-watcher = stubPackage; };