Move env vars out of install.sh

This commit is contained in:
pancakes 2023-10-16 21:06:32 +10:00
parent 8d3793bdef
commit 4232d443a2
2 changed files with 5 additions and 2 deletions

View file

@ -2,4 +2,9 @@ if status is-interactive
# Commands to run in interactive sessions can go here
end
if status is-login && [ $XDG_SESSION_TYPE = wayland ]
set -Ux MOZ_ENABLE_WAYLAND 1
end
set -Ux RANGER_LOAD_DEFAULT_RC FALSE
set -U fish_greeting

View file

@ -22,7 +22,6 @@ sudo chsh $USER -s /usr/bin/fish
# File management
sudo pacman -S --needed --noconfirm atool ffmpegthumbnailer highlight mediainfo python-pillow ranger transmission-cli
fish -c "set -Ux RANGER_LOAD_DEFAULT_RC FALSE"
# Audio
sudo pacman -S --needed --noconfirm easyeffects helvum pamixer pipewire pipewire-alsa pipewire-audio pipewire-jack pipewire-pulse playerctl wireplumber
@ -46,4 +45,3 @@ sudo pacman -S --needed --noconfirm noto-fonts noto-fonts-cjk noto-fonts-emoji n
# GUI Applications
sudo pacman -S --needed --noconfirm discord firefox kitty
fish -c "set -Ux MOZ_ENABLE_WAYLAND 1"