From 0ea9d74d818076eb1731b51c1c0c7ae430ef4bd1 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 12 Jun 2023 17:40:44 -0400 Subject: [PATCH] trying --- homeConfig/modules/security/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeConfig/modules/security/default.nix b/homeConfig/modules/security/default.nix index c536f4a..3f58a41 100644 --- a/homeConfig/modules/security/default.nix +++ b/homeConfig/modules/security/default.nix @@ -8,7 +8,8 @@ in { options.modules.security = { enable = mkEnableOption "security"; }; config = mkIf cfg.enable { home.packages = with pkgs; [ - keepassxc wireguard-tools ipscan + keepassxc wireguard-tools + ipscan pass ]; }; }