This commit is contained in:
Bryan Ramos 2023-06-12 20:24:36 -04:00
parent b560a52733
commit 19a50ca6c7
2 changed files with 2 additions and 3 deletions

View file

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