Fix formatting

This commit is contained in:
Fabian Hauser 2024-09-26 15:31:58 +03:00
parent 3d2f60e2a2
commit 184580738c
6 changed files with 10 additions and 4 deletions

View file

@ -67,7 +67,7 @@
gnome-online-accounts
gnome-control-center
todoist-electron
marktext
obsidian
]
++ [
# Communication

View file

@ -3,11 +3,10 @@
{
services.emanote = {
enable = true;
# host = "127.0.0.1"; # default listen address is 127.0.0.1
# port = 8080; # default http port is 7000
host = "127.0.0.1";
port = 7000;
notes = [
"/home/fhauser/shares/cloud.qo.is/Notes"
];
# package = emanote.packages.${builtins.currentSystem}.default;
};
}