about summary refs log tree commit diff stats
path: root/modules/common
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 11:55:51 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 11:55:51 +0200
commitae373d7927bcb0148f6714f4438008433882ffbc (patch)
tree4c067cdcf0afb928782d334e348027d2832f6d17 /modules/common
parentfeat(modules/tskm): Init module (diff)
downloadnixos-config-ae373d7927bcb0148f6714f4438008433882ffbc.zip
refactor(modules/timewarrior): Migrate to by-name
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/default.nix1
1 files changed, 1 insertions, 0 deletions
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;};