From b7e56a0d57dec5fc31b2ea57332bda9f0506c313 Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 26 Aug 2025 11:18:57 +0200 Subject: [PATCH] feat: add keepass and rustup --- install/packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/packages.sh b/install/packages.sh index 3832f62a..9cd103e6 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -1,4 +1,5 @@ sudo pacman -S --noconfirm --needed \ + keepassxc \ ghostty \ avahi \ bash-completion \ @@ -7,6 +8,7 @@ sudo pacman -S --noconfirm --needed \ brightnessctl \ btop \ cargo \ + rustup \ clang \ cups \ cups-browsed \