mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
Added a script that backups obsidian notes
This commit is contained in:
@@ -7,7 +7,14 @@
|
||||
enable = true;
|
||||
vaults.miscellanious = {
|
||||
enable = true;
|
||||
#target = "/kdrive/Notes/miscellanious"; #not directly to kdrive. It causes problems
|
||||
};
|
||||
target = "/Documents/Notes/miscellanious"; # target is relative to ~ #not directly to kdrive. It causes problems
|
||||
};
|
||||
vaults.work = {
|
||||
enable = true;
|
||||
target = "/Documents/Notes/work";
|
||||
};
|
||||
defaultSettings = {
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user