added AZPIPRODUKTION / restructure user folders

This commit is contained in:
2026-02-10 08:55:25 +01:00
parent 6c40160fae
commit 885b3924f9
48 changed files with 444 additions and 476 deletions

View File

@@ -0,0 +1,19 @@
{
programs.obsidian = {
enable = true;
defaultSettings = {
app = {
safeMode = false;
};
corePlugins = [
"daily-notes"
"templates"
"tag-pane"
"outgoing-link"
"backlink"
"global-search"
"quick-switcher"
];
};
};
}