diff --git a/jawz.nix b/jawz.nix index 650a4bf..b8d8f20 100644 --- a/jawz.nix +++ b/jawz.nix @@ -65,6 +65,12 @@ in "workstation" ]; }; + notes = { + path = "~/Documents/Notes/"; + ignorePerms = false; + devices = [ "galaxy" ]; + label = "Notes"; + }; }; }; };