Instead of downloading at first login, everything is ready at boot:
- iso/build-live-iso.sh:
* apply-live-settings.sh XDG autostart applies theme/wallpaper/terminal
via gsettings at first Cinnamon login (reliable vs dconf binary format)
* /etc/environment: XDG_DATA_DIRS includes nix profile so Cinnamon menu
shows pre-baked nix apps immediately
* /etc/profile.d/nix-prebaked.sh: PATH setup for terminal sessions
* first-login.sh kept at /usr/local/libexec but NOT autostarted (manual
use for Claude/NVM installs)
* NIX_PACKAGES_PREBAKE passed to Docker build
- iso/_inner-build-live.sh:
* Pre-bake nix packages inside Docker before mklive.sh; copy /nix store
into squashfs overlay; set /etc/skel/.nix-profile → store profile path
* Cached at /cache/nix-prebake (keyed by package list md5)
- iso/Dockerfile: add rsync (needed by nix prebake)
- packages.live-desktop.list: add vscode + chromium (XBPS, no download)
156 lines
2.0 KiB
Plaintext
156 lines
2.0 KiB
Plaintext
# Packages included in the LIVE desktop ISO squashfs.
|
|
# This is the full stable-cinnamon desktop environment — the live session
|
|
# boots directly into Cinnamon so you can test on real hardware.
|
|
# (Separate from packages.list which is the target-install list.)
|
|
|
|
# --- base / boot ---
|
|
base-system
|
|
linux
|
|
linux-firmware
|
|
linux-firmware-network
|
|
dracut
|
|
|
|
# --- core userspace ---
|
|
sudo
|
|
bash
|
|
bash-completion
|
|
git
|
|
curl
|
|
wget
|
|
vim
|
|
nano
|
|
htop
|
|
tmux
|
|
unzip
|
|
zip
|
|
xz
|
|
rsync
|
|
pciutils
|
|
usbutils
|
|
lsof
|
|
file
|
|
which
|
|
man-pages
|
|
mdocml
|
|
ca-certificates
|
|
xtools
|
|
gptfdisk
|
|
parted
|
|
btrfs-progs
|
|
dosfstools
|
|
|
|
# --- networking ---
|
|
NetworkManager
|
|
NetworkManager-openvpn
|
|
openssh
|
|
iwd
|
|
wpa_supplicant
|
|
chrony
|
|
|
|
# --- audio ---
|
|
pipewire
|
|
wireplumber
|
|
alsa-pipewire
|
|
pavucontrol
|
|
alsa-utils
|
|
|
|
# --- graphics / xorg ---
|
|
xorg-minimal
|
|
xorg-fonts
|
|
xorg-input-drivers
|
|
xf86-input-libinput
|
|
xf86-video-intel
|
|
xf86-video-fbdev
|
|
xf86-video-vesa
|
|
mesa-dri
|
|
mesa-vulkan-intel
|
|
intel-video-accel
|
|
vulkan-loader
|
|
pciutils
|
|
|
|
# --- nvidia (PRIME offload, from nonfree repo) ---
|
|
# Installed so live-setup.sh can detect and configure PRIME at boot.
|
|
nvidia
|
|
nvidia-libs
|
|
nvidia-vaapi-driver
|
|
# 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
|
|
|
|
# --- terminal ---
|
|
alacritty
|
|
setxkbmap
|
|
|
|
# --- gtk theming deps ---
|
|
sassc
|
|
gnome-themes-extra
|
|
gtk-engine-murrine
|
|
dconf
|
|
dconf-editor
|
|
|
|
# --- code editors / dev tools ---
|
|
vscode
|
|
chromium
|
|
|
|
# --- media / utilities ---
|
|
vlc
|
|
flameshot
|
|
|
|
# --- containers ---
|
|
docker
|
|
docker-compose
|
|
|
|
# --- nix package manager ---
|
|
nix
|
|
|
|
# --- zram / swap ---
|
|
zramen
|
|
|
|
# --- power / laptop ---
|
|
tlp
|
|
tlp-rdw
|
|
acpi
|
|
acpid
|
|
upower
|
|
brightnessctl
|
|
|
|
# --- printing ---
|
|
cups
|
|
cups-filters
|
|
cups-pk-helper
|
|
system-config-printer
|
|
|
|
# --- bluetooth ---
|
|
bluez-alsa
|
|
|
|
# --- live session utils ---
|
|
dialog
|
|
ncurses
|
|
util-linux
|