- Store ownership: chown -R 1000:1000 at Docker build time (not runtime) so the live user can create lock files without flooding the tmpfs overlay - nix.conf: add build-users-group= to force single-user mode and avoid daemon connection attempts (xbps nix-daemon v2.30.2 incompatible with pre-baked nix v2.34.6) - profile.d: export NIX_REMOTE=local and NIXPKGS_ALLOW_UNFREE=1; wrap nix() to append --impure so flake installs work without extra flags - Skel: add ~/.config/nixpkgs/config.nix with allowUnfree=true - postinstall.sh: fix daemon socket path (/nix/var/nix/...), write ~/.config/nixpkgs/config.nix for installed user - first-login.sh: add NIX_REMOTE=local alongside NIXPKGS_ALLOW_UNFREE=1 - Remove nix-daemon from live ISO services (wrong version for pre-baked client) - Misc: bluetooth group, package list reorg, skip vscode install for niri profile Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
110 lines
1.4 KiB
Plaintext
110 lines
1.4 KiB
Plaintext
# Packages included in the LIVE desktop ISO squashfs for the mainline-niri profile.
|
|
# Lines beginning with '#' or empty are skipped.
|
|
# noctalia-shell comes from the third-party repo added by build-niri-live-iso.sh.
|
|
|
|
# --- base / boot ---
|
|
base-system
|
|
linux-mainline
|
|
linux-firmware
|
|
linux-firmware-network
|
|
intel-ucode
|
|
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
|
|
efibootmgr
|
|
|
|
# --- networking ---
|
|
NetworkManager
|
|
NetworkManager-openvpn
|
|
openssh
|
|
iwd
|
|
chrony
|
|
|
|
# --- audio (pipewire stack) ---
|
|
pipewire
|
|
wireplumber
|
|
alsa-pipewire
|
|
pavucontrol
|
|
alsa-utils
|
|
playerctl
|
|
|
|
# --- Wayland session ---
|
|
mesa-dri
|
|
niri
|
|
xwayland-satellite
|
|
elogind
|
|
seatd
|
|
dbus
|
|
|
|
# --- display manager ---
|
|
greetd
|
|
tuigreet
|
|
|
|
# --- terminal + launcher ---
|
|
alacritty
|
|
fuzzel
|
|
foot
|
|
|
|
# --- notification + background ---
|
|
mako
|
|
swaybg
|
|
|
|
# --- bluetooth ---
|
|
bluez
|
|
blueman
|
|
|
|
# --- polkit (auth dialogs) ---
|
|
polkit
|
|
polkit-gnome
|
|
|
|
# --- noctalia-shell runtime deps ---
|
|
brightnessctl
|
|
ImageMagick
|
|
python3
|
|
upower
|
|
power-profiles-daemon
|
|
wl-clipboard
|
|
|
|
# --- XDG portals ---
|
|
xdg-desktop-portal
|
|
xdg-desktop-portal-gnome
|
|
xdg-utils
|
|
xdg-user-dirs
|
|
|
|
# --- nix (for prebaked packages — spotify, discord, google-chrome, vscode, fastfetch, etc.) ---
|
|
nix
|
|
|
|
# --- noctalia-shell (from noctalia third-party XBPS repo) ---
|
|
noctalia-shell
|
|
|
|
# --- fonts ---
|
|
noto-fonts-ttf
|
|
noto-fonts-emoji
|