5 Commits

Author SHA1 Message Date
6f06e3f791 Removed unnecessary refrence to repo in environment.qml
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 8m26s
2025-08-22 18:17:03 -04:00
b3bb6643a0 Made spacing consistient with other files and added lsb_release package
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m47s
2025-08-22 18:05:06 -04:00
6e8cd73f17 changed vscodium repo to a newer one 2025-08-22 18:04:43 -04:00
c5cd895c4a removed default flatpaks 2025-08-22 18:02:51 -04:00
bb212c83c7 Removed ntsync kernel module due to crashing 2025-08-22 18:00:38 -04:00
6 changed files with 11 additions and 35 deletions

View File

@@ -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

View File

@@ -1 +0,0 @@
ntsync

View File

@@ -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

View File

@@ -3,11 +3,9 @@ modules:
repos: repos:
nonfree: rpmfusion nonfree: rpmfusion
files: files:
- codium.repo - https://repo.vscodium.dev/vscodium.repo
copr: copr:
- mavit/discover-overlay - mavit/discover-overlay
keys:
- https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
install: install:
packages: packages:
# applications # applications

View File

@@ -1,8 +1,6 @@
modules: modules:
- type: dnf - type: dnf
repos: repos:
files:
- codium.repo
copr: copr:
- ublue-os/packages - ublue-os/packages
install: install:
@@ -14,20 +12,26 @@ modules:
# environment # environment
# xwayland # xwayland
- xorg-x11-server-Xwayland - xorg-x11-server-Xwayland
# headset control # headset control
- headsetcontrol - headsetcontrol
# media related # media related
- mediainfo - mediainfo
- playerctl - playerctl
- alsa-firmware - alsa-firmware
# zip utilities # zip utilities
- p7zip - p7zip
# qt libraries # qt libraries
- qt5-qtwayland - qt5-qtwayland
- qt6-qtwayland - qt6-qtwayland
# vulkan # vulkan
- vulkan-tools - vulkan-tools
- vulkan-validation-layers - vulkan-validation-layers
# xdg-desktop-portals # xdg-desktop-portals
- xdg-desktop-portal - xdg-desktop-portal
- xdg-desktop-portal-gtk - xdg-desktop-portal-gtk
@@ -45,3 +49,6 @@ modules:
- bluez - bluez
- bluez-tools - bluez-tools
- firewall-config - firewall-config
# packages for steam script
- lsb_release

View File

@@ -16,7 +16,6 @@ modules:
- from-file: components/script-module.yml - from-file: components/script-module.yml
- from-file: components/sys-files-module.yml - from-file: components/sys-files-module.yml
- from-file: components/systemd-module.yml - from-file: components/systemd-module.yml
- from-file: components/default-flatpak.yml
- from-file: components/chezmoi-module.yml - from-file: components/chezmoi-module.yml
- type: signing - type: signing