chore: refactor
This commit is contained in:
parent
e8da1ecc1a
commit
be095f38cc
4 changed files with 8 additions and 16 deletions
|
@ -1,24 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./remarkable.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
logisim # required for outdated projects
|
||||
logisim
|
||||
libreoffice
|
||||
obsidian
|
||||
x2goclient
|
||||
zoom-us
|
||||
];
|
||||
|
||||
# Enable the use of the yubikey for ssh authentication
|
||||
programs.ssh = {
|
||||
matchBlocks = {
|
||||
"turing" = {
|
||||
hostname = "turing.une.edu.au";
|
||||
user = "jwils254";
|
||||
identityFile = "/home/sajenim/.ssh/jwils254_sk";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
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