diff options
| author | Mel <einebeere@gmail.com> | 2024-11-16 18:28:24 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-16 18:28:24 +0100 |
| commit | a9d8010c224a00c49deccfd0e4b7ead1ef1a3d6c (patch) | |
| tree | eb2577f31709287b3456ca0ea5f0e0768b4839e6 /modules | |
| parent | ec7bba2349dd74365a9aa54e7f8a6207ebcb5698 (diff) | |
| download | minerals-a9d8010c224a00c49deccfd0e4b7ead1ef1a3d6c.tar.zst minerals-a9d8010c224a00c49deccfd0e4b7ead1ef1a3d6c.zip | |
Add signing and encryption utilities
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/common.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
