mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
14 lines
231 B
Nix
14 lines
231 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
programs.obsidian = {
|
|
enable = true;
|
|
vaults.miscellanious = {
|
|
enable = true;
|
|
#target = "/kdrive/Notes/miscellanious"; #not directly to kdrive. It causes problems
|
|
};
|
|
};
|
|
}
|