home: add remarkable support
This commit is contained in:
parent
4b092bc31a
commit
f701939805
2 changed files with 9 additions and 0 deletions
8
home/features/desktop/remarkable.nix
Normal file
8
home/features/desktop/remarkable.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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 ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue