Remove Obsidian
This commit is contained in:
parent
a4a27d4c14
commit
df72841178
3 changed files with 1 additions and 24 deletions
|
|
@ -62,9 +62,6 @@
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
extraOptions = "experimental-features = nix-command flakes";
|
extraOptions = "experimental-features = nix-command flakes";
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
# "zotero-6.0.27"
|
|
||||||
# "electron-24.8.6" # Bitwarden
|
|
||||||
# "electron-25.9.0" # Obsidian
|
|
||||||
"electron-27.3.11" # LogSeq
|
"electron-27.3.11" # LogSeq
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# mendeley # Reference manager
|
# mendeley # Reference manager
|
||||||
logseq
|
logseq
|
||||||
# drawio
|
# drawio
|
||||||
obsidian# Note manager
|
# obsidian
|
||||||
# zettlr
|
# zettlr
|
||||||
zotero
|
zotero
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
plugin = vp.harpoon2;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue