switched to dentritic pattern and cleaned up config
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ ... }:
|
||||
{
|
||||
flake.modules.homeManager.obsidian = { ... }: {
|
||||
programs.obsidian.enable = true;
|
||||
programs.obsidian = {
|
||||
vaults."Personal" = {
|
||||
enable = true;
|
||||
target = "Nextcloud/obsidian/Personal";
|
||||
settings = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user