Added pass extensions

This commit is contained in:
Bryan Ramos 2024-06-15 17:15:44 -04:00
parent 7f83e9d606
commit 00dc854cf1
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -3,9 +3,15 @@
with lib;
let
cfg = config.modules.user.security;
pass = pkgs.pass.withExtensions (exts: with exts; [
pass-audit
pass-otp
pass-update
pass-tomb
]);
in
{ options.modules.user.security = { enable = mkEnableOption "user.security"; };
{ options.modules.user.security = { enable = mkEnableOption "Enable security module"; };
imports = [ ./modules ];
config = mkIf cfg.enable {
home.packages = with pkgs; [