diff --git a/modules/core/packages.sh b/modules/core/packages.sh index 2e9d764..5657668 100755 --- a/modules/core/packages.sh +++ b/modules/core/packages.sh @@ -134,7 +134,7 @@ get_group_packages() { brightnessctl playerctl \ grim slurp swappy hyprshot \ wl-clipboard libnotify sshpass \ - hyprpolkitagent aylurs-gtk-shell + hyprpolkitagent aylurs-gtk-shell awww ;; gpu) diff --git a/modules/optional/install.sh b/modules/optional/install.sh index 4a17abe..e172c21 100755 --- a/modules/optional/install.sh +++ b/modules/optional/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash module_description() { - printf "Additional Software (Obsidian, Neovim, VS Code, Spotify, Brave, Chromium, VLC, PipeWire, Docker, Blender)\n" + printf "Additional Software (Obsidian, Neovim, VS Code, Spotify, Brave, Chromium, VLC, PipeWire, Docker, Blender, opencode)\n" } module_required() { return 1; } @@ -30,7 +30,8 @@ module_main() { "VLC" \ "PipeWire Tools" \ "Docker" \ - "Blender" + "Blender" \ + "opencode" )" if [[ -z "$choices" ]]; then