feat: env vars

This commit is contained in:
Barrett Ruth 2026-02-10 13:12:09 -05:00
parent 4d2fdcda4f
commit 6d3fa9a54f
4 changed files with 26 additions and 0 deletions

View file

@ -7,6 +7,7 @@ in
home.sessionVariables = {
TERMINAL = "ghostty";
TERM = "xterm-ghostty";
TERMINFO = "${config.xdg.dataHome}/terminfo";
};
programs.ghostty = {