1
0
Fork 0

Adapt emanote config

This commit is contained in:
Malte Brandy 2022-02-18 12:38:18 +01:00
parent 6c0b890542
commit 4467d759dd

View file

@ -9,7 +9,7 @@ in
# host = "127.0.0.1"; # default listen address is 127.0.0.1 # host = "127.0.0.1"; # default listen address is 127.0.0.1
# port = 7000; # default http port is 7000 # port = 7000; # default http port is 7000
notes = [ notes = [
"${config.home.homeDirectory}/git/notes/content" # add as many layers as you like "${config.home.homeDirectory}/git/notes" # add as many layers as you like
]; ];
package = emanote.defaultPackage.${builtins.currentSystem}; package = emanote.defaultPackage.${builtins.currentSystem};
}; };