mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
enabled time tracker
This commit is contained in:
parent
7505324b84
commit
5acbfb0768
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
frequency = 15;
|
frequency = 15;
|
||||||
};
|
};
|
||||||
services.time_tracker = {
|
services.time_tracker = {
|
||||||
enable = false;
|
enable = true;
|
||||||
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
config_path = "/home/nixolas/nextcloud_testing.toml";
|
||||||
frequency = 5;
|
frequency = 5;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue