Init (#2)
* added grub2 theme, removed docker and code * removed grub stuff * removed docker and code, added flatpaks
This commit is contained in:
parent
f832d683ed
commit
a16562e24d
9 changed files with 145 additions and 33 deletions
|
|
@ -11,35 +11,48 @@ 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:
|
||||
- android-tools
|
||||
- cockpit-bridge
|
||||
- cockpit-machines
|
||||
- cockpit-networkmanager
|
||||
- cockpit-ostree
|
||||
- cockpit-podman
|
||||
- cockpit-selinux
|
||||
- cockpit-storaged
|
||||
- cockpit-system
|
||||
- code
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- docker-ce-rootless-extras
|
||||
- docker-compose-plugin
|
||||
- docker-model-plugin
|
||||
- containerd
|
||||
- moby-engine
|
||||
|
||||
# - type: default-flatpaks
|
||||
# configurations:
|
||||
# - notify: true # Send notification after install/uninstall is finished (true/false)
|
||||
# scope: system
|
||||
# # If no repo information is specified, Flathub will be used by default
|
||||
# install: # system flatpaks we want all users to have and not remove
|
||||
# - org.mozilla.firefox
|
||||
# - org.gnome.Loupe
|
||||
# - scope: user # Also add Flathub user repo, but no user packages
|
||||
- type: default-flatpaks
|
||||
configurations:
|
||||
- notify: true # Send notification after install/uninstall is finished (true/false)
|
||||
scope: system
|
||||
# If no repo information is specified, Flathub will be used by default
|
||||
install: # system flatpaks we want all users to have and not remove
|
||||
- net.waterfox.waterfox
|
||||
- com.vscodium.codium
|
||||
- org.telegram.desktop
|
||||
remove: # replace default Firefox with Waterfox
|
||||
- org.mozilla.firefox
|
||||
- scope: user # Also add Flathub user repo, but no user packages
|
||||
|
||||
- type: signing # this sets up the proper policy & signing files for signed images to work fully
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue