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

@ -33,7 +33,7 @@ return {
event = "VeryLazy",
config = function()
require("chatgpt").setup({
api_key_cmd = "gpg --decrypt ~/Documents/tools/chatgpt-apikey.gpg 2>/dev/null",
api_key_cmd = "pass show api/chatgpt-apikey",
})
end,
dependencies = {

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
];
};
}