Import desktop configs

This commit is contained in:
ltadeu6 2026-04-02 11:37:46 -03:00
parent 47b376a612
commit c0eee93642
10 changed files with 1380 additions and 1 deletions

View file

@ -121,6 +121,9 @@
};
fish = {
enable = true;
interactiveShellInit = ''
set -g fish_greeting
'';
shellInit = ''
if test -r /run/agenix/openai_api_key
set -gx OPENAI_API_KEY (cat /run/agenix/openai_api_key)