mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
17 lines
301 B
Nix
17 lines
301 B
Nix
_: {
|
|
programs.obsidian = {
|
|
enable = true;
|
|
|
|
vaults."Notes".enable = true;
|
|
|
|
defaultSettings = {
|
|
app = {
|
|
vimMode = true;
|
|
showUnsupportedFiles = true;
|
|
showLineNumber = true;
|
|
livePreview = false;
|
|
readableLineLength = true;
|
|
};
|
|
};
|
|
};
|
|
}
|