gui: handheld: ship notejot
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
./newsflash.nix
|
||||
./nheko.nix
|
||||
./nix-index.nix
|
||||
./notejot.nix
|
||||
./ntfy-sh.nix
|
||||
./obsidian.nix
|
||||
./offlineimap.nix
|
||||
|
8
hosts/common/programs/notejot.nix
Normal file
8
hosts/common/programs/notejot.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
sane.programs.notejot = {
|
||||
fs.persist.byStore.private = [
|
||||
".local/share/io.github.lainsce.Notejot"
|
||||
];
|
||||
};
|
||||
}
|
@@ -115,6 +115,7 @@ in
|
||||
"komikku"
|
||||
"koreader"
|
||||
"megapixels" # camera app
|
||||
"notejot" # note taking, e.g. shopping list
|
||||
"portfolio-filemanager"
|
||||
"tangram" # web browser
|
||||
"wike" # Wikipedia Reader
|
||||
|
Reference in New Issue
Block a user