From cb9f93f611d01914fc15f86848fd9aad817402c3 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 2 Apr 2025 00:18:21 -0400 Subject: [PATCH] add gocryptfs --- users/alice/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/alice/home.nix b/users/alice/home.nix index 330cae1..18753e2 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -90,6 +90,8 @@ nodejs_20 nodePackages.prettier treefmt + + gocryptfs ]; };