refactor(console.utility.tools): move pamixer/libnotify into

This commit is contained in:
ooks-io 2024-04-01 18:11:16 +13:00
parent 3af9825c25
commit d1087a86ec

View file

@ -27,8 +27,9 @@ in
#shell scripting #shell scripting
gum gum
# audio ctrl
wl-screenrec pamixer
diffsitter # Better diff diffsitter # Better diff
jq # JSON pretty printer and manipulator jq # JSON pretty printer and manipulator
comma # Install and run with "," comma # Install and run with ","
@ -37,6 +38,9 @@ in
killall killall
acpi acpi
# Notifications
libnotify
# Nix tooling # Nix tooling
alejandra alejandra
]; ];