aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;