21 lines
637 B
Plaintext
21 lines
637 B
Plaintext
# Stable Cinnamon profile (default).
|
|
# This is the ORIGINAL setup: stable Void kernel + Cinnamon DE + X11.
|
|
PROFILE_NAME="stable-cinnamon"
|
|
PROFILE_DESC="Stable Void kernel + Cinnamon (X11) — current production profile"
|
|
|
|
# Kernel — use Void's stable LTS.
|
|
KERNEL_PKG="linux"
|
|
|
|
# Display server / DE.
|
|
DISPLAY_SERVER="x11"
|
|
DESKTOP="cinnamon"
|
|
|
|
# Package list (relative to repo root).
|
|
PROFILE_PACKAGES_FILE="config/profiles/stable-cinnamon/packages.list"
|
|
|
|
# Default GTK theme + icons (overrides install.conf if set there).
|
|
GTK_THEME="Gruvbox-Dark"
|
|
ICON_THEME="Gruvbox-Plus-Dark"
|
|
DEFAULT_TERMINAL="alacritty"
|
|
CURSOR_THEME="Bibata-Modern-Ice"
|