From 13492e0c964ee3944ffcba562dc8ae98321b1bfc Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Apr 2025 11:53:56 +0200 Subject: feat(modules/tskm): Init module This module does what was previously squashed into the firefox, taskwarrior and nvim modules. --- modules/common/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/common/default.nix') 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; -- cgit 1.4.1