Remove Obsidian

This commit is contained in:
Filippo Berto 2024-09-26 09:25:29 +02:00
parent a4a27d4c14
commit df72841178
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 1 additions and 24 deletions

View file

@ -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
];
};

View file

@ -5,7 +5,7 @@
# mendeley # Reference manager
logseq
# drawio
obsidian# Note manager
# obsidian
# zettlr
zotero
;

View file

@ -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";