mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
activitywatch: reduce test closure
This also reduces test flakiness.
This commit is contained in:
parent
78a7a070bb
commit
9c1a1c7df4
1 changed files with 1 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue