set VISUAL to neovide

This commit is contained in:
cswimr 2025-02-10 06:40:47 -06:00
parent 931a805eb7
commit f0683a9053
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -2,7 +2,7 @@
{
environment.variables = rec {
EDITOR = "nvim";
VISUAL = "nvim";
VISUAL = "neovide";
# XDG settings
XDG_CACHE_HOME = "$HOME/.cache";