mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
9e9970f517
Former-commit-id: de607e2eea
10 lines
161 B
Nix
10 lines
161 B
Nix
{
|
|
programs.nixvim.plugins.obsidian = {
|
|
enable = true;
|
|
settings = {
|
|
dir = "~/Nextcloud/obsidian";
|
|
disable_frontmatter = true;
|
|
};
|
|
};
|
|
}
|