This commit is contained in:
Bryan Ramos 2023-06-12 17:40:44 -04:00
parent f1ec5ba2c8
commit 0ea9d74d81

View file

@ -8,7 +8,8 @@ in
{ options.modules.security = { enable = mkEnableOption "security"; }; { options.modules.security = { enable = mkEnableOption "security"; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
keepassxc wireguard-tools ipscan keepassxc wireguard-tools
ipscan pass
]; ];
}; };
} }