Compare commits

3 Commits

Author SHA1 Message Date
ec874ffb19 re-add-diagnostics (#74)
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 12m34s
Reviewed-on: #74
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-10-15 16:21:50 -04:00
4a1c67e77c switch from nautilus and file roller to dolphin and ark (#73)
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 13m53s
Reviewed-on: #73
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-10-07 13:30:58 -04:00
53bd20584a akmods-and-correct-image-info (#72)
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 9m12s
Reviewed-on: #72
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
2025-10-03 15:10:43 -04:00
6 changed files with 31 additions and 19 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
cosign.key cosign.key
cosign.private cosign.private
/Containerfile /Containerfile
/.bluebuild-scripts_*

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -oue pipefail
QUALIFIED_KERNEL="$(rpm -qa | grep -P 'kernel-(\d+\.\d+\.\d+)' | sed -E 's/kernel-//')"
sudo akmods --kernels $QUALIFIED_KERNEL

View File

@@ -4,6 +4,7 @@ modules:
enabled: enabled:
- bootc-fetch-updates.timer - bootc-fetch-updates.timer
- flatpak-system-update.timer - flatpak-system-update.timer
- lactd.service
user: user:
enabled: enabled:
- flatpak-user-update.timer - flatpak-user-update.timer

View File

@@ -2,6 +2,8 @@ modules:
- type: dnf - type: dnf
repos: repos:
nonfree: rpmfusion nonfree: rpmfusion
copr:
- ilyaz/LACT
install: install:
packages: packages:
# applications # applications
@@ -12,9 +14,8 @@ modules:
- fuzzel - fuzzel
# file manager # file manager
- nautilus - dolphin
- file-roller - ark
- file-roller-nautilus
- ffmpegthumbnailer - ffmpegthumbnailer
@@ -24,14 +25,6 @@ modules:
# text editor # text editor
- neovim - neovim
# software store
- gnome-software
# disk management
- gnome-disk-utility
- qdirstat
# kdeconnect # kdeconnect
- kde-connect - kde-connect
@@ -43,6 +36,19 @@ modules:
# gtk # gtk
- nwg-look - nwg-look
# software store
- gnome-software
# disk management
- gnome-disk-utility
# diagnostics
- qdirstat
- lact
- btop
# zsh # zsh
- zsh - zsh
# zoxide for z stuff # zoxide for z stuff

View File

@@ -1,15 +1,12 @@
modules: modules:
- type: dnf - type: dnf
repos: repos:
files: copr:
- https://negativo17.org/repos/fedora-steam.repo - atim/xpadneo
install: install:
packages: packages:
- dkms - xpadneo
- repo: fedora-steam
packages:
- dkms-xpadneo
- type: script - type: script
scripts: scripts:
- regenerateinitramfs.sh - buildakmods.sh

View File

@@ -35,7 +35,7 @@ modules:
# xdg-desktop-portals # xdg-desktop-portals
- xdg-desktop-portal - xdg-desktop-portal
- xdg-desktop-portal-gtk - xdg-desktop-portal-gtk
- xdg-desktop-portal-gnome - xdg-desktop-portal-kde
# polkit # polkit
- polkit - polkit