nix-config/home/features/desktop/remarkable.nix
2024-11-03 12:55:46 +01:00

8 lines
284 B
Nix

# This is in a separate file because the software I use to manage my tablet is
# paid, and needs to be downloaded before being able to build its derivation.
# This might be annoying for new setups, so it's opt-out by default.
{ pkgs, ... }:
{
home.packages = with pkgs; [ rcu ];
}