aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--home/default.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/home/default.nix b/home/default.nix
index 76e83cc..bbb9099 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -276,15 +276,16 @@ in
obsidian-vault = {
enable = true;
target = "Documents/obsidian-vault";
- #settings = {
- #communityPlugins = {
- # obsidian-livesync = {
- # enable = true;
- # };
- # lean-syntax-highlight = {
- # enable = true;
- # };
- #};
+ settings = {
+ communityPlugins = [
+ #obsidian-livesync = {
+ # enable = true;
+ #};
+ #lean-syntax-highlight = {
+ # enable = true;
+ #};
+ ];
+ };
};
};
};