Make the pass extensions configurable

This commit is contained in:
Oliver Davies 2025-04-23 19:50:10 +01:00
parent 899dfb9f21
commit 547895664b
2 changed files with 19 additions and 10 deletions

View file

@ -13,7 +13,15 @@
];
nixosModules = {
cli.password-store.enable = true;
cli.password-store = {
enable = true;
extensions = with pkgs.passExtensions; [
pass-audit
pass-otp
pass-update
];
};
core = {
bluetooth.enable = true;