mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
activitywatch: reduce test closure
This also reduces test flakiness.
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user