chore: refactor

This commit is contained in:
♥ Minnie ♥ 2025-04-17 20:03:53 +08:00
parent e8da1ecc1a
commit be095f38cc
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 8 additions and 16 deletions

View file

@ -2,5 +2,6 @@
imports = [
./irc.nix
./mpd.nix
./remarkable.nix
];
}

View file

@ -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";
};
};
};
}

View file

@ -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";
};
};
};
}