aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 48fdf241..21b0f200 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -192,7 +192,7 @@
};
tskm = {
enable = true;
- projects = builtins.fromJSON (builtins.readFile ./projects.nix);
+ projects = builtins.fromJSON (builtins.readFile ./projects.json);
};
yambar.enable = true;
yt.enable = true;