From bb212c83c73daba7efe0b13090f7bedcd0efa375 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 22 Aug 2025 18:00:38 -0400 Subject: [PATCH 1/5] Removed ntsync kernel module due to crashing --- files/system/etc/modules-load.d/ntsync.conf | 1 - 1 file changed, 1 deletion(-) delete mode 100644 files/system/etc/modules-load.d/ntsync.conf diff --git a/files/system/etc/modules-load.d/ntsync.conf b/files/system/etc/modules-load.d/ntsync.conf deleted file mode 100644 index 848573a..0000000 --- a/files/system/etc/modules-load.d/ntsync.conf +++ /dev/null @@ -1 +0,0 @@ -ntsync -- 2.39.5 From c5cd895c4acaf1d50acbb768f2ab3c33094c9a7b Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 22 Aug 2025 18:02:51 -0400 Subject: [PATCH 2/5] removed default flatpaks --- recipes/components/default-flatpak.yml | 19 ------------------- recipes/recipe.yml | 1 - 2 files changed, 20 deletions(-) delete mode 100644 recipes/components/default-flatpak.yml diff --git a/recipes/components/default-flatpak.yml b/recipes/components/default-flatpak.yml deleted file mode 100644 index 33df521..0000000 --- a/recipes/components/default-flatpak.yml +++ /dev/null @@ -1,19 +0,0 @@ -modules: - - type: default-flatpaks - configurations: - - scope: user - repo: - title: Flathub (user) - install: - - one.ablaze.floorp - - io.github.equicord.equibop - - scope: system - repo: - title: Flathub - notify: true - install: - - com.github.tchx84.Flatseal - - io.missioncenter.MissionCenter - - io.github.flattool.Ignition - - net.davidotek.pupgui2 - - org.gnome.Loupe \ No newline at end of file diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 7042d1c..9a7d0c3 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -16,7 +16,6 @@ modules: - from-file: components/script-module.yml - from-file: components/sys-files-module.yml - from-file: components/systemd-module.yml - - from-file: components/default-flatpak.yml - from-file: components/chezmoi-module.yml - type: signing -- 2.39.5 From 6e8cd73f17929631e048e3e98a7998acd9b0ae40 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 22 Aug 2025 18:04:43 -0400 Subject: [PATCH 3/5] changed vscodium repo to a newer one --- files/dnf/codium.repo | 8 -------- recipes/dnf/applications.yml | 4 +--- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 files/dnf/codium.repo diff --git a/files/dnf/codium.repo b/files/dnf/codium.repo deleted file mode 100644 index 8e87c81..0000000 --- a/files/dnf/codium.repo +++ /dev/null @@ -1,8 +0,0 @@ -[gitlab.com_paulcarroty_vscodium_repo] -name=download.vscodium.com -baseurl=https://download.vscodium.com/rpms/ -enabled=1 -gpgcheck=1 -repo_gpgcheck=1 -gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg -metadata_expire=1h diff --git a/recipes/dnf/applications.yml b/recipes/dnf/applications.yml index b733cc0..f7154aa 100644 --- a/recipes/dnf/applications.yml +++ b/recipes/dnf/applications.yml @@ -3,11 +3,9 @@ modules: repos: nonfree: rpmfusion files: - - codium.repo + - https://repo.vscodium.dev/vscodium.repo copr: - mavit/discover-overlay - keys: - - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg install: packages: # applications -- 2.39.5 From b3bb6643a087896e26185fa3a564834e126b8da5 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 22 Aug 2025 18:05:06 -0400 Subject: [PATCH 4/5] Made spacing consistient with other files and added lsb_release package --- recipes/dnf/environment.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/recipes/dnf/environment.yml b/recipes/dnf/environment.yml index c345047..e287853 100644 --- a/recipes/dnf/environment.yml +++ b/recipes/dnf/environment.yml @@ -14,20 +14,26 @@ modules: # environment # xwayland - xorg-x11-server-Xwayland + # headset control - headsetcontrol + # media related - mediainfo - playerctl - alsa-firmware + # zip utilities - p7zip + # qt libraries - qt5-qtwayland - qt6-qtwayland + # vulkan - vulkan-tools - vulkan-validation-layers + # xdg-desktop-portals - xdg-desktop-portal - xdg-desktop-portal-gtk @@ -44,4 +50,7 @@ modules: # networking - bluez - bluez-tools - - firewall-config \ No newline at end of file + - firewall-config + + # packages for steam script + - lsb_release \ No newline at end of file -- 2.39.5 From 6f06e3f79123861c98d39acbe05b0ca3bc505bd1 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 22 Aug 2025 18:17:03 -0400 Subject: [PATCH 5/5] Removed unnecessary refrence to repo in environment.qml --- recipes/dnf/environment.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/dnf/environment.yml b/recipes/dnf/environment.yml index e287853..6607bca 100644 --- a/recipes/dnf/environment.yml +++ b/recipes/dnf/environment.yml @@ -1,8 +1,6 @@ modules: - type: dnf repos: - files: - - codium.repo copr: - ublue-os/packages install: @@ -14,7 +12,7 @@ modules: # environment # xwayland - xorg-x11-server-Xwayland - + # headset control - headsetcontrol -- 2.39.5