missing key packages
This commit is contained in:
parent
ed23c33b5a
commit
7a2ae3600c
1 changed files with 17 additions and 16 deletions
|
|
@ -1,12 +1,13 @@
|
||||||
packagesPacman=(
|
packagesPacman=("nvidia"
|
||||||
"nvidia"
|
|
||||||
"git"
|
"git"
|
||||||
"grep"
|
"grep"
|
||||||
"wget"
|
"wget"
|
||||||
"curl"
|
"curl"
|
||||||
|
"unzip"
|
||||||
"xclip"
|
"xclip"
|
||||||
"ripgrep"
|
"ripgrep"
|
||||||
"hyprland"
|
"inotify-tools"
|
||||||
|
"hyprland"
|
||||||
"pipewire"
|
"pipewire"
|
||||||
"wireplumber"
|
"wireplumber"
|
||||||
"pipewire-audio"
|
"pipewire-audio"
|
||||||
|
|
@ -15,26 +16,26 @@ packagesPacman=(
|
||||||
"bluez"
|
"bluez"
|
||||||
"bluez-utils"
|
"bluez-utils"
|
||||||
"blueman"
|
"blueman"
|
||||||
"xdg-desktop-portal-hyprland"
|
"xdg-desktop-portal-hyprland"
|
||||||
"python-pywal"
|
"python-pywal"
|
||||||
"gtk3"
|
"gtk3"
|
||||||
"gtk4"
|
"gtk4"
|
||||||
"thunar"
|
"thunar"
|
||||||
"kitty"
|
"kitty"
|
||||||
"waybar"
|
"waybar"
|
||||||
"grim"
|
"grim"
|
||||||
"slurp"
|
"slurp"
|
||||||
"swappy"
|
"swappy"
|
||||||
"cliphist"
|
"cliphist"
|
||||||
)
|
)
|
||||||
|
|
||||||
packagesYay=(
|
packagesYay=(
|
||||||
"rofi-lbonn-wayland-git"
|
"rofi-lbonn-wayland-git"
|
||||||
"swaync"
|
"swaync"
|
||||||
"swww"
|
"swww"
|
||||||
"wlogout"
|
"wlogout"
|
||||||
"nwg-look"
|
"nwg-look"
|
||||||
"emote"
|
"emote"
|
||||||
"hypridle"
|
"hypridle"
|
||||||
"hyprlock"
|
"hyprlock"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue