Make notes directory configurable
This commit is contained in:
parent
8f591e4da2
commit
5517fd3074
2 changed files with 16 additions and 3 deletions
|
@ -15,7 +15,13 @@
|
|||
};
|
||||
|
||||
node.enable = true;
|
||||
notes.enable = true;
|
||||
|
||||
notes = {
|
||||
enable = true;
|
||||
|
||||
directory = "${config.xdg.userDirs.documents}/wiki/notes";
|
||||
};
|
||||
|
||||
ranger.enable = true;
|
||||
starship.enable = true;
|
||||
tmux.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue