mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
added time_tracker to config
This commit is contained in:
parent
a9ffda4528
commit
9f74b5dfa4
1 changed files with 5 additions and 0 deletions
|
@ -6,4 +6,9 @@
|
||||||
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
||||||
frequency = 15;
|
frequency = 15;
|
||||||
};
|
};
|
||||||
|
services.time_tracker = {
|
||||||
|
enable = false;
|
||||||
|
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
||||||
|
frequency = 5;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue