feat: update remarkable utilities

This commit is contained in:
♥ Minnie ♥ 2025-04-04 18:01:02 +08:00
parent 53cf3dc9b3
commit bbce7e5ebc
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 266 additions and 43 deletions

View file

@ -0,0 +1,13 @@
{
pkgs,
inputs,
...
}: {
# This module is for the ReMarkable tablet, which is a Linux-based e-reader
home.packages = [
# Allows access to the ReMarkable Cloud API
pkgs.unstable.rmapi
# Converts ReMarkable files to PDF
inputs.remarks.packages.${pkgs.system}.default
];
}