feat: initial commit — void-installer multi-profile (stable-cinnamon + mainline-niri)
This commit is contained in:
174
config/profiles/stable-cinnamon/packages.list
Normal file
174
config/profiles/stable-cinnamon/packages.list
Normal file
@@ -0,0 +1,174 @@
|
||||
# Packages installed into the target system via xbps-install.
|
||||
# Lines beginning with '#' or empty are skipped.
|
||||
|
||||
# --- base / boot ---
|
||||
base-system
|
||||
linux
|
||||
linux-firmware
|
||||
linux-firmware-network
|
||||
intel-ucode
|
||||
grub-x86_64-efi
|
||||
efibootmgr
|
||||
os-prober
|
||||
dracut
|
||||
gptfdisk
|
||||
parted
|
||||
btrfs-progs
|
||||
dosfstools
|
||||
|
||||
# --- core userspace ---
|
||||
sudo
|
||||
bash
|
||||
bash-completion
|
||||
git
|
||||
curl
|
||||
wget
|
||||
vim
|
||||
nano
|
||||
htop
|
||||
tmux
|
||||
unzip
|
||||
zip
|
||||
xz
|
||||
rsync
|
||||
pciutils
|
||||
usbutils
|
||||
lsof
|
||||
strace
|
||||
file
|
||||
which
|
||||
man-pages
|
||||
mdocml
|
||||
ca-certificates
|
||||
xtools
|
||||
|
||||
# --- networking ---
|
||||
NetworkManager
|
||||
NetworkManager-openvpn
|
||||
openssh
|
||||
iwd
|
||||
wpa_supplicant
|
||||
nftables
|
||||
chrony
|
||||
|
||||
# --- audio ---
|
||||
pipewire
|
||||
wireplumber
|
||||
alsa-pipewire
|
||||
pavucontrol
|
||||
alsa-utils
|
||||
|
||||
# --- graphics / xorg ---
|
||||
xorg-minimal
|
||||
xorg-fonts
|
||||
xorg-input-drivers
|
||||
xf86-input-libinput
|
||||
xf86-video-intel
|
||||
mesa-dri
|
||||
mesa-vulkan-intel
|
||||
intel-video-accel
|
||||
vulkan-loader
|
||||
|
||||
# --- nvidia (PRIME offload) ---
|
||||
nvidia
|
||||
nvidia-libs-32bit
|
||||
nvidia-vaapi-driver
|
||||
|
||||
# --- desktop ---
|
||||
cinnamon
|
||||
xdg-user-dirs
|
||||
xdg-utils
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-gtk
|
||||
gvfs
|
||||
gvfs-mtp
|
||||
gvfs-smb
|
||||
file-roller
|
||||
gnome-keyring
|
||||
seahorse
|
||||
network-manager-applet
|
||||
blueman
|
||||
bluez
|
||||
|
||||
# --- display manager ---
|
||||
lightdm
|
||||
lightdm-gtk3-greeter
|
||||
|
||||
# --- fonts ---
|
||||
noto-fonts-ttf
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk
|
||||
liberation-fonts-ttf
|
||||
dejavu-fonts-ttf
|
||||
font-awesome6
|
||||
|
||||
# --- containers ---
|
||||
docker
|
||||
docker-compose
|
||||
|
||||
# --- editor ---
|
||||
# Real Microsoft VS Code is installed from the official tarball in postinstall
|
||||
# (see install_vscode_real); the Void `vscode` package is actually code-oss.
|
||||
|
||||
# --- terminal ---
|
||||
alacritty
|
||||
|
||||
# --- gtk theming deps (for gruvbox theme) ---
|
||||
sassc
|
||||
gnome-themes-extra
|
||||
gtk-engine-murrine
|
||||
dconf
|
||||
dconf-editor
|
||||
|
||||
# --- media / utilities (xbps) ---
|
||||
vlc
|
||||
obs
|
||||
flameshot
|
||||
# firefox — replaced by google-chrome (installed via nix)
|
||||
|
||||
# --- nix package manager (for spotify/discord/localsend) ---
|
||||
nix
|
||||
|
||||
# --- zram / swap ---
|
||||
zramen
|
||||
|
||||
# --- power / laptop ---
|
||||
tlp
|
||||
tlp-rdw
|
||||
acpi
|
||||
acpid
|
||||
upower
|
||||
brightnessctl
|
||||
|
||||
# --- printing (CUPS + drivers + Cinnamon settings panel uses system-config-printer) ---
|
||||
cups
|
||||
cups-filters
|
||||
cups-pk-helper
|
||||
ghostscript
|
||||
foomatic-db
|
||||
gutenprint
|
||||
hplip
|
||||
system-config-printer
|
||||
sane
|
||||
simple-scan
|
||||
|
||||
# --- bluetooth (blueman+bluez already above, ensure bluez-alsa/obex tools) ---
|
||||
bluez-alsa
|
||||
|
||||
# --- backups / snapshots ---
|
||||
timeshift
|
||||
grub-btrfs
|
||||
inotify-tools
|
||||
|
||||
# --- trackpad gestures (libinput-gestures + GUI) ---
|
||||
libinput-gestures
|
||||
wmctrl
|
||||
xdotool
|
||||
python3-setproctitle
|
||||
|
||||
# --- screenshots (flameshot already above, also xclip for clipboard) ---
|
||||
xclip
|
||||
|
||||
# --- system / package upgrade GUI helpers (Octoxbps available via xtools) ---
|
||||
# nothing extra needed; we ship a small custom xbps-upgrade applet
|
||||
|
||||
Reference in New Issue
Block a user