diff options
Diffstat (limited to 'kobo/clara/default.nix')
| -rw-r--r-- | kobo/clara/default.nix | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kobo/clara/default.nix b/kobo/clara/default.nix index b061c7f..0bb35d4 100644 --- a/kobo/clara/default.nix +++ b/kobo/clara/default.nix @@ -3,6 +3,9 @@ with builtins // lib; { device = { name = "Kobo Clara HD"; + serialNumber = "N249191243488"; + affiliate = "kobo"; + forceAffiliate = true; }; firmware = { @@ -34,10 +37,13 @@ with builtins // lib; sleep-cover = true; auto-suspend = 15.0; auto-power-off = 4.0; + wifi = false; + auto-share = false; time-format = "%I:%M%P"; reader = { font-size = 10.0; font-family = "Fira Math"; + font-path = "fonts"; }; dictionary = { font-size = 10.0; @@ -47,6 +53,17 @@ with builtins // lib; power-off = "${config.kobo.devicePath}/screensaver/main.png"; share = power-off; }; + libraries = [ + { + name = "On Board"; + path = "/mnt/onboard"; + mode = "database"; + sort-method = "progress"; + first-column = "title-and-author"; + second-column = "progress"; + thumbnail-previews = true; + } + ]; }; }; |
