about summary refs log tree commit diff stats
path: root/modules/common/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 11:53:56 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 11:53:56 +0200
commit13492e0c964ee3944ffcba562dc8ae98321b1bfc (patch)
tree49de89099817129be842f18dd75ad6a214c29e5f /modules/common/default.nix
parentfeat(modules/legacy/taskwarrior): Migrate to by-name (diff)
downloadnixos-config-13492e0c964ee3944ffcba562dc8ae98321b1bfc.zip
feat(modules/tskm): Init module
This module does what was previously squashed into the firefox,
taskwarrior and nvim modules.
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 7b3713d0..7db33d09 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -189,6 +189,10 @@
         enable = true;
         hooks = import ./hooks {inherit pkgs lib config;};
       };
+      tskm = {
+        enable = true;
+        projects = builtins.fromJSON (builtins.readFile ./projects.nix);
+      };
       yambar.enable = true;
       yt.enable = true;
       zathura.enable = true;