From 9c40ab1ef488d25b37c91ce6d5c899e63b681584 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 28 Feb 2024 14:08:06 +0100 Subject: [PATCH] arch-firstinstall: Add some packages --- tree/.local/bin/arch-firstinstall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tree/.local/bin/arch-firstinstall b/tree/.local/bin/arch-firstinstall index b2a275f..bca235e 100755 --- a/tree/.local/bin/arch-firstinstall +++ b/tree/.local/bin/arch-firstinstall @@ -30,8 +30,10 @@ sudo pacman --needed -S \ noto-fonts-emoji \ noto-fonts-extra \ nushell \ + pamixer \ ripgrep \ rustup \ + sad \ tig \ vim \ waybar \ @@ -59,6 +61,7 @@ fi paru -S hyprpaper-git findex-bin wdisplays eww-wayland cargo install --locked --git https://git.nubo.sh/hulthe/lockscreen-blur.git +cargo install --locked --git https://git.nubo.sh/hulthe/volume_indicator.git # cargo binstall curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash