diff options
Diffstat (limited to '')
-rw-r--r-- | profile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,9 +1,7 @@ if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer export LIBSEAT_BACKEND=logind -export EDITOR="vis" -export TERM="linux" -export TERMINAL="foot" +export EDITOR="kak" export GDK_DPI_SCALE="1.5" export GDK_SCALE="1.5" export QT_QPA_PLATFORM=wayland-egl |