This commit is contained in:
ltadeu6 2026-04-02 09:48:54 -03:00
parent 179a0ca446
commit 458e9e993b
9 changed files with 96 additions and 16 deletions

View file

@ -82,6 +82,12 @@
];
home.file = {
".config/fish/conf.d/agenix-openai.fish".text = ''
if test -r /run/agenix/openai_api_key
set -gx OPENAI_API_KEY (cat /run/agenix/openai_api_key)
end
'';
".config/hypr/hyprland.conf".source = ../hypr/hyprland.conf;
".config/hypr/hyprpaper.conf".source = ../hypr/hyprpaper.conf;