From a9d8010c224a00c49deccfd0e4b7ead1ef1a3d6c Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 16 Nov 2024 18:28:24 +0100 Subject: Add signing and encryption utilities Signed-off-by: Mel --- modules/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index d85a236..09e7ad5 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -61,7 +61,8 @@ }; environment.systemPackages = (with pkgs; [ - file unzip jq dig htop wget gnupg pinentry-gnome3 + file unzip jq dig htop wget + gnupg pinentry-gnome3 age minisign inetutils arp-scan pciutils lshw lsof inxi iw pmutils acpi acpid sysprof wireshark hardinfo remmina vlc celluloid foliate calibre -- cgit 1.4.1