From 90d4b80cf943519cc88285176366fd3f805c17fb Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Thu, 5 Dec 2024 10:41:06 +0100 Subject: [PATCH] install-script: Add screen brightness control tools --- tree/.local/bin/arch-firstinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tree/.local/bin/arch-firstinstall b/tree/.local/bin/arch-firstinstall index 21a03c6..ae828dd 100755 --- a/tree/.local/bin/arch-firstinstall +++ b/tree/.local/bin/arch-firstinstall @@ -16,6 +16,7 @@ sudo pacman --needed -S \ difftastic \ dunst \ dust \ + ddcutil \ exa \ fd \ fish \ @@ -27,6 +28,7 @@ sudo pacman --needed -S \ htop \ hyprland \ hyprpaper \ + i2c-tools \ lazygit \ luarocks \ neovim \