split packages into base (System) and general (my stuff)

This commit is contained in:
Benjamin Palko 2024-03-19 07:57:56 -05:00
parent 49470320d1
commit 75a2388624
3 changed files with 41 additions and 14 deletions

34
.install/packages/base.sh Normal file
View file

@ -0,0 +1,34 @@
packagesPacman=(
"git"
"grep"
"wget"
"curl"
"xclip"
"ripgrep"
"hyprland"
"pipewire"
"wireplumber"
"pipewire-audio"
"pipewire-alsa"
"pipewire-pulse"
"xdg-desktop-portal-hyprland"
"gtk3"
"thunar"
"kitty"
"wofi"
"dunst"
"waybar"
"grim"
"slurp"
"swappy"
"cliphist"
)
packagesYay=(
"swww"
"wlogout"
"nwg-look"
"emote"
"hypridle"
"hyprlock"
)