chore: refactor
This commit is contained in:
parent
e8da1ecc1a
commit
be095f38cc
4 changed files with 8 additions and 16 deletions
|
@ -2,5 +2,6 @@
|
|||
imports = [
|
||||
./irc.nix
|
||||
./mpd.nix
|
||||
./remarkable.nix
|
||||
];
|
||||
}
|
||||
|
|
13
home-manager/sajenim/features/cli/remarkable.nix
Normal file
13
home-manager/sajenim/features/cli/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
|
||||
];
|
||||
}
|
|
@ -25,6 +25,12 @@
|
|||
user = "forgejo";
|
||||
identityFile = "/home/sajenim/.ssh/jasmine-forgejo_sk";
|
||||
};
|
||||
|
||||
"turing" = {
|
||||
hostname = "turing.une.edu.au";
|
||||
user = "jwils254";
|
||||
identityFile = "/home/sajenim/.ssh/jwils254_sk";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue