Added more packages that seemed useful from wayblue
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 5m20s

This commit is contained in:
2025-05-21 22:10:09 -04:00
parent 269c74d93d
commit 62dc188e0b
2 changed files with 101 additions and 1 deletions

View File

@@ -15,4 +15,79 @@ modules:
- type: script
scripts:
- enableautoupdates.sh # using systemd did not work, so using this script instead
- enableautoupdates.sh # using systemd did not work, so using this script instead
- type: rpm-ostree
install:
# environment
# fuzzy finder
- fzf
# power profiles like
- tuned-ppd
# xwayland
- xorg-x11-server-Xwayland
# headset control
- headsetcontrol
# media related
- mediainfo
- playerctl
- alsa-firmware
# nofitications
- SwayNotificationCenter
# text editor
- neovim
# tools for evocation
- just
# zip utilities
- p7zip
# qt libraries
- qt5-qtwayland
- qt6-qtwayland
# emoji fonts
- google-noto-emoji-fonts
# vulkan
- vulkan-tools
- vulkan-validation-layers
# polkit
- polkit
- polkit-kde
# sound
- wireplumber
- pipewire
- pamixer
- pulseaudio-utils
# networking
- network-manager-applet
- bluez
- bluez-tools
- firewall-config
# file manager
- thunar
- thunar-archive-plugin
- thunar-volman
- xarchiver
- imv
- gvfs-mtp
- gvfs-gphoto2
- gvfs-smb
- gvfs-nfs
- gvfs-fuse
- gvfs-archive
# theme and GUI
- fontawesome-fonts-all
- gnome-themes-extra
- gnome-icon-theme
- paper-icon-theme
- breeze-icon-theme
- papirus-icon-theme
- type: script
scripts:
- installproprietarypackages.sh