Cleaned up a bit

This commit is contained in:
Bryan Ramos 2024-01-28 10:21:16 -05:00
parent 1e6c926916
commit 70dba827e8
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 18 additions and 14 deletions

View file

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