update: modularize pass and add pass-audit extension

This commit is contained in:
Veneficium 2024-08-16 12:25:31 +02:00
parent 2de023a52f
commit 42d3520f39
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.password-store = {
enable = true;
package = pkgs.pass-wayland.withExtensions ( exts: [exts.pass-checkup exts.pass-audit]);
};
}