chore: random fixups

This commit is contained in:
Zhongheng Liu 2024-11-10 16:34:31 +02:00
commit 9475ec1a21
Signed by: steven
GPG key ID: DC8F48E7B4C40905
4 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
pkgs,
config,
...
}: {
home.packages = with pkgs; [
openvpn
inetutils
nmap
];
}