zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit f9efc8d6b4300f4f3f9d597a5b14e771a07531bf
parent 82f76e738e5cdf3833bcab65f6f1aadb6ff11c6e
Author: Katja (zaphyra) <git@ctu.cx>
Date: Thu, 22 May 2025 08:16:20 +0200

config/home/katja/programs/deploymentUtilities: add `ssh-to-age` and `sops`
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/config/home/katja/programs/deploymentUtilities.nix b/config/home/katja/programs/deploymentUtilities.nix
@@ -4,6 +4,9 @@
 
   home.packages = with pkgs; [
     age
+    ssh-to-age
+
+    sops
 
     deploy-rs
   ];