From df72841178fec1726ef7089b246fdd4d69534216 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 26 Sep 2024 09:25:29 +0200 Subject: [PATCH] Remove Obsidian --- flake.nix | 3 --- modules/hm/research.nix | 2 +- modules/hm/vim.nix | 20 -------------------- 3 files changed, 1 insertion(+), 24 deletions(-) diff --git a/flake.nix b/flake.nix index ddade16..668454d 100644 --- a/flake.nix +++ b/flake.nix @@ -62,9 +62,6 @@ allowUnfree = true; extraOptions = "experimental-features = nix-command flakes"; permittedInsecurePackages = [ - # "zotero-6.0.27" - # "electron-24.8.6" # Bitwarden - # "electron-25.9.0" # Obsidian "electron-27.3.11" # LogSeq ]; }; diff --git a/modules/hm/research.nix b/modules/hm/research.nix index 8245dd7..c78d12f 100644 --- a/modules/hm/research.nix +++ b/modules/hm/research.nix @@ -5,7 +5,7 @@ # mendeley # Reference manager logseq # drawio - obsidian# Note manager + # obsidian # zettlr zotero ; diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index e6f4d43..14e9801 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -341,26 +341,6 @@ in ''; } - { - plugin = vp.obsidian-nvim; - type = "lua"; - config = '' - require('obsidian').setup({ - workspaces = { - { name = "appunti", path = "~/Documenti/Git/Obsidian/appunti" } - }, - templates = { folder = "Templates", date_format = "%Y-%m-%d-%a", time_format = "%H:%M" }, - attachments = { img_folder = "Assets/" }, - daily_notes = { - folder = "Note of the day", - default_tags = { }, - alias_format = "%Y-%m-%d", - template = "Note of the day" - } - }) - ''; - } - { plugin = vp.harpoon2; type = "lua";