24 lines
655 B
Plaintext
24 lines
655 B
Plaintext
# ---------------------------------------------------------------------------
|
|
# System package list for basic/setup.sh
|
|
#
|
|
# Every other dotfile branch depends on these foundational packages
|
|
# (base system, display manager, audio stack, AUR helper).
|
|
# `basic` is always set up first in the Makefile.
|
|
#
|
|
# - Lines starting with '#' and blank lines are ignored.
|
|
# - Use "@pacman", "@aur" or "@npm" markers to switch section.
|
|
# - The default section is @pacman.
|
|
# ---------------------------------------------------------------------------
|
|
|
|
@pacman
|
|
sddm
|
|
firefox
|
|
cups
|
|
pipewire
|
|
pipewire-session-manager
|
|
qpwgraph
|
|
cifs-utils
|
|
|
|
@aur
|
|
catppuccin-sddm-theme-mocha
|