added AZPIPRODUKTION / restructure user folders
This commit is contained in:
19
home/features/desktop/knowledge.nix
Normal file
19
home/features/desktop/knowledge.nix
Normal 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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user