updated home-manager config

This commit is contained in:
Natalie Marks 2024-07-26 20:11:25 -07:00
parent 7858da3938
commit ae9cf7e038

View file

@ -225,7 +225,8 @@
# if you don't want to manage your shell through Home Manager.
home.sessionVariables = {
EDITOR = "nvim";
TERMINAL = "kitty";
VISUAL = "nvim";
TERMINAL = "ghostty";
BROWSER = "firefox";
};