From 35d69d54877924c5a99c0b87eca98f3d300b5600 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 9 Sep 2023 18:21:41 -0700 Subject: [PATCH] fixed wrong option --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 88b94f5..c9121e5 100644 --- a/flake.nix +++ b/flake.nix @@ -169,7 +169,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash` }; }; - options.systemd.timers.time_tracker = let + config.systemd.timers.time_tracker = let cfg = config.services.time_tracker; pkg = self.packages.${system}.time_tracker; in lib.mkIf cfg.enable {