From ae373d7927bcb0148f6714f4438008433882ffbc Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Apr 2025 11:55:51 +0200 Subject: refactor(modules/timewarrior): Migrate to by-name --- modules/common/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/common/default.nix') diff --git a/modules/common/default.nix b/modules/common/default.nix index 7db33d09..48fdf241 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -185,6 +185,7 @@ firefox.enable = true; mpv.enable = true; swaylock.enable = true; + timewarrior.enable = true; taskwarrior = { enable = true; hooks = import ./hooks {inherit pkgs lib config;}; -- cgit 1.4.1