feat: update remarkable utilities
This commit is contained in:
parent
53cf3dc9b3
commit
bbce7e5ebc
4 changed files with 266 additions and 43 deletions
|
@ -1,21 +1,18 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
logisim # required for outdated projects
|
||||
libreoffice
|
||||
obsidian
|
||||
x2goclient
|
||||
zathura
|
||||
zoom-us
|
||||
]
|
||||
++ (with unstable.pkgs; [
|
||||
# Allows access to the ReMarkable Cloud API
|
||||
rmapi
|
||||
# Design and simulate digital logic circuits
|
||||
logisim-evolution
|
||||
]);
|
||||
imports = [
|
||||
./remarkable.nix
|
||||
];
|
||||
|
||||
# Use our yubikey to login to university servers
|
||||
home.packages = with pkgs; [
|
||||
logisim # required for outdated projects
|
||||
libreoffice
|
||||
obsidian
|
||||
x2goclient
|
||||
zathura
|
||||
zoom-us
|
||||
];
|
||||
|
||||
# Enable the use of the yubikey for ssh authentication
|
||||
programs.ssh = {
|
||||
matchBlocks = {
|
||||
"turing" = {
|
||||
|
|
13
home-manager/sajenim/features/university/remarkable.nix
Normal file
13
home-manager/sajenim/features/university/remarkable.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue