# Stable-niri profile. # Void's stable LTS kernel (linux, kernel 6) + niri Wayland tiling compositor + noctalia-shell. PROFILE_NAME="stable-niri" PROFILE_DESC="Stable Void kernel + niri Wayland (scrolling tiler) + noctalia-shell" # Kernel — use Void's stable LTS. KERNEL_PKG="linux" # Display server / DE. DISPLAY_SERVER="wayland" DESKTOP="niri" # noctalia-shell via third-party XBPS repo (universalrepo.r1xelelo.workers.dev). WAYLAND_SHELL="noctalia" # Package list (relative to repo root). PROFILE_PACKAGES_FILE="config/profiles/stable-niri/packages.list" # Theme settings (gtk3/gtk4 apps under wayland read these). GTK_THEME="Gruvbox-Dark" ICON_THEME="Gruvbox-Plus-Dark" DEFAULT_TERMINAL="alacritty" CURSOR_THEME="Bibata-Modern-Ice" # Wayland env defaults (exported into /etc/environment by profile customisation). QT_QPA_PLATFORM="wayland;xcb" GDK_BACKEND="wayland,x11" MOZ_ENABLE_WAYLAND="1"