fish: Do not set enable wayland for firefox here

We will enable this via systemd environment.d support.
This commit is contained in:
Sanchayan Maity 2021-03-03 12:26:09 +05:30
parent 5269b1cc86
commit 41af9e1ea2
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ set -gx NIX_PATH {$HOME}/.nix-defexpr/channels
export BROWSER='firefox'
export MANPAGER='nvim +Man!'
export NIX_SSL_CERT_FILE='/etc/ssl/certs/ca-certificates.crt'
export MOZ_ENABLE_WAYLAND=1
if [ -n "$NVIM_LISTEN_ADDRESS" ]
export VISUAL="floaterm"