This commit is contained in:
2025-08-09 14:57:36 +02:00
parent 0aa1b919e0
commit f02019c38b

View File

@@ -26,28 +26,55 @@ fi
# === Package groups === # === Package groups ===
ESSENTIAL_PACKAGES=" ESSENTIAL_PACKAGES="
base-devel python3 vim neovim ranger firefox base-devel
python3
vim
neovim
ranger
firefox
" "
DISPLAY_MANAGER=" DISPLAY_MANAGER="
sddm qt5-graphicaleffects sddm
qt5-graphicaleffects
" "
WAYLAND_ENVIRONMENT=" WAYLAND_ENVIRONMENT="
hyprland hyprpaper waybar kitty wofi mako libnotify grim slurp hyprland
wl-clipboard wl-clip-persist wayland-utils xorg-xwayland hyprpaper
waybar
kitty
wofi
mako
libnotify
grim
slurp
wl-clipboard
wl-clip-persist
wayland-utils
xorg-xwayland
" "
AUDIO_PACKAGES=" AUDIO_PACKAGES="
pipewire wireplumber pipewire-pulse pavucontrol pipewire
wireplumber
pipewire-pulse
pavucontrol
" "
FONTS_AND_THEME=" FONTS_AND_THEME="
otf-font-awesome noto-fonts noto-fonts-cjk ttf-jetbrains-mono orchis-theme otf-font-awesome
noto-fonts
noto-fonts-cjk
ttf-jetbrains-mono
orchis-theme
" "
MEDIA_PACKAGES=" MEDIA_PACKAGES="
mpv eog ffmpeg mpv
eog
lollypop
ffmpeg
" "
# === Functions === # === Functions ===