added grub2 theme, removed docker and code

This commit is contained in:
randogoth 2025-11-22 10:49:43 +02:00
parent f832d683ed
commit f48f0615b6
55 changed files with 205 additions and 22 deletions

View file

@ -11,26 +11,25 @@ image-version: latest # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
# modules:
# - type: files
# files:
# - source: system
# destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
modules:
- type: files
files:
- source: system
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
# - type: dnf
# repos:
# copr:
# - atim/starship
# install:
# packages:
# - micro
# - starship
# remove:
# packages:
# # example: removing firefox (in favor of the flatpak)
# # "firefox" is the main package, "firefox-langpacks" is a dependency
# - firefox
# - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
- type: dnf
install:
packages:
- syncthing
- waydroid
remove:
packages:
- code
- docker-ce
- docker-ce-cli
- docker-ce-rootless-extras
- docker-compose-plugin
- docker-model-plugin
# - type: default-flatpaks
# configurations: