From 004eae1fb7dfac8fcb92db5f4720b8a700b4b753 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 30 Jan 2025 18:56:34 -0500 Subject: [PATCH] feat: add apps that can't be installed as Flatpaks Some users may need to use Tweaks, System Monitor, or Disks, and is impossible without using rpm-ostree or making a new derived image. --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index c99ae28..3d4aa39 100755 --- a/build.sh +++ b/build.sh @@ -56,12 +56,15 @@ dnf -y install \ "gnome-bluetooth" \ "gnome-color-manager" \ "gnome-control-center" \ + "gnome-disk-utility" \ "gnome-initial-setup" \ "gnome-remote-desktop" \ "gnome-session-wayland-session" \ "gnome-settings-daemon" \ "gnome-shell" \ "gnome-software" \ + "gnome-system-monitor" \ + "gnome-tweaks" \ "gnome-user-docs" \ "gvfs-fuse" \ "gvfs-goa" \