File tree Expand file tree Collapse file tree 1 file changed +3
-38
lines changed
Expand file tree Collapse file tree 1 file changed +3
-38
lines changed Original file line number Diff line number Diff line change 33# image will be published to ghcr.io/<user>/<name>
44name : orbital
55# description will be included in the image's metadata
6- description : This is my personal OS image.
6+ description : Fedora COSMIC Atomic base with niri (primary) + Noctalia shell
77
88# the base image to build on top of (FROM) and the version tag to use
9- base-image : ghcr.io/ublue-os/silverblue-main
10- image-version : 42 # latest is also supported if you want new updates ASAP
11-
12- # module configuration, executed in order
13- # you can include multiple instances of the same module
14- modules :
15- - type : files
16- files :
17- - source : system
18- destination : / # copies files/system/* (* means everything inside it) into your image's root folder /
19-
20- - type : dnf
21- repos :
22- copr :
23- - atim/starship
24- install :
25- packages :
26- - micro
27- - starship
28- remove :
29- packages :
30- # example: removing firefox (in favor of the flatpak)
31- # "firefox" is the main package, "firefox-langpacks" is a dependency
32- - firefox
33- - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
34-
35- - type : default-flatpaks
36- configurations :
37- - notify : true # Send notification after install/uninstall is finished (true/false)
38- scope : system
39- # If no repo information is specified, Flathub will be used by default
40- install : # system flatpaks we want all users to have and not remove
41- - org.mozilla.firefox
42- - org.gnome.Loupe
43- - scope : user # Also add Flathub user repo, but no user packages
44-
45- - type : signing # this sets up the proper policy & signing files for signed images to work fully
9+ base-image : ghcr.io/wayblueorg/niri:latest
10+ image-version : 43 # latest is also supported if you want new updates ASAP
You can’t perform that action at this time.
0 commit comments