change default editor to nvim using home.sessionVariables

This commit is contained in:
Gabriella Bere 2024-09-23 13:36:22 +01:00
parent 6fc8711db1
commit 13f8e4a35e

View file

@ -62,7 +62,8 @@
# Allow XWayland apps to not be weird after turning off xwayland scaling in hyprland.conf # Allow XWayland apps to not be weird after turning off xwayland scaling in hyprland.conf
GDK_SCALE = 1; GDK_SCALE = 1;
XCURSOR_SIZE = 24; XCURSOR_SIZE = 24;
# Set default editor
EDITOR = "nvim";
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.