Make the pass extensions configurable
This commit is contained in:
parent
899dfb9f21
commit
547895664b
2 changed files with 19 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue