This commit is contained in:
Miguel Palhas
2024-10-06 17:12:39 +01:00
parent cf47ffea96
commit efec1132e2
3 changed files with 11 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
services.avizo = {
enable = true;
settings = {
time = 2.0;
};
};
}