From bb6aabb4dee373c9d97df78ef1f1800d4feb7d12 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 25 Dec 2022 22:12:54 +0100 Subject: [PATCH] Install s3cmd --- home/hosts/Styx.nix | 3 +++ home/hosts/sail.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/home/hosts/Styx.nix b/home/hosts/Styx.nix index e999e75..e8edcb0 100644 --- a/home/hosts/Styx.nix +++ b/home/hosts/Styx.nix @@ -22,6 +22,8 @@ in ../programs/fzf.nix + ../programs/gpg.nix + ../programs/jq.nix ../programs/texlive.nix @@ -60,6 +62,7 @@ in parallel q ripgrep + s3cmd socat tokei viddy diff --git a/home/hosts/sail.nix b/home/hosts/sail.nix index 55fc3a9..f9e53d2 100644 --- a/home/hosts/sail.nix +++ b/home/hosts/sail.nix @@ -33,6 +33,7 @@ in parallel q ripgrep + s3cmd ]; }; }