ctucx.git: nixfiles

ctucx' nixfiles

commit 03c97ef5d0027f162cf5fbb0cf3b7c9ef8675ea7
parent 274205a32484a608374fb21fc8eb218d76c57c91
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 9 May 2023 13:26:41 +0200

common/programs/password-store: remove pass-audit extension
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/configurations/common/programs/password-store.nix b/configurations/common/programs/password-store.nix
@@ -12,7 +12,11 @@
     programs = {
       password-store = {
         enable  = true;
-        package = pkgs.pass.withExtensions (exts: [ exts.pass-otp exts.pass-audit exts.pass-update exts.pass-genphrase]);
+        package = pkgs.pass.withExtensions (exts: [
+          exts.pass-otp
+          exts.pass-update
+          exts.pass-genphrase
+        ]);
       };
 
       browserpass = {