mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fix
This commit is contained in:
parent
b560a52733
commit
19a50ca6c7
2 changed files with 2 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ return {
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
config = function()
|
config = function()
|
||||||
require("chatgpt").setup({
|
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,
|
end,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,7 @@ 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
|
pass wireguard-tools ipscan
|
||||||
ipscan pass
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue