diff --git a/features/ema/emanote.nix b/features/ema/emanote.nix index 091b5ec..71ac9cf 100644 --- a/features/ema/emanote.nix +++ b/features/ema/emanote.nix @@ -16,7 +16,7 @@ in }; serviceConfig = { Restart = "always"; - ExecStart = "${emanote}/bin/emanote -C /home/srid/Documents/Notes"; + ExecStart = "${emanote}/bin/emanote --layers /home/srid/Documents/Notes"; }; }; }