generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
formatting changes and new rawhide recipe
- Loading branch information
1 parent
76042a9
commit da99452
Showing
23 changed files
with
179 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
type: akmods | ||
install: | ||
- evdi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
type: default-flatpaks | ||
notify: true # Send notification after install/uninstall is finished (true/false) | ||
system: | ||
# If no repo information is specified, Flathub will be used by default | ||
# repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo | ||
# repo-name: flathub | ||
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software | ||
install: | ||
# Browsers | ||
- org.mozilla.firefox | ||
- com.microsoft.Edge | ||
|
||
# Social | ||
- io.github.mimbrero.WhatsAppDesktop | ||
- com.github.IsmaelMartinez.teams_for_linux | ||
- us.zoom.Zoom | ||
|
||
# Media | ||
# - org.freedesktop.Platform.ffmpeg-full | ||
- com.spotify.Client | ||
- com.stremio.Stremio | ||
- sh.cider.Cider | ||
|
||
# Utility | ||
- org.gnome.Loupe | ||
- com.github.tchx84.Flatseal | ||
- com.mattjakeman.ExtensionManager | ||
- org.localsend.localsend_app | ||
- com.bitwarden.desktop | ||
- com.usebottles.bottles | ||
- io.missioncenter.MissionCenter | ||
- org.gnome.Papers | ||
|
||
# Development | ||
- com.visualstudio.code | ||
|
||
# Needed for winapps | ||
- com.freerdp.FreeRDP | ||
|
||
# Gaming | ||
- com.valvesoftware.Steam | ||
- net.lutris.Lutris | ||
|
||
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch). | ||
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08), | ||
# only normal flatpak applications are (like Floorp Lightning web browser in this example). | ||
# Installing different branches of the same Flatpak is not supported. | ||
remove: | ||
# - org.gnome.eog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
type: rpm-ostree | ||
repos: | ||
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo | ||
|
||
install: | ||
# Utility | ||
- distrobox | ||
- adw-gtk3-theme | ||
- rsms-inter-fonts | ||
- podman-compose | ||
- fastfetch | ||
- starship | ||
|
||
# Codecs | ||
- pipewire-codec-aptx | ||
- libavcodec-freeworld | ||
- openh264 | ||
- ffmpeg | ||
- heif-pixbuf-loader | ||
- libheif-freeworld | ||
- libheif-tools | ||
|
||
# Gnome Extensions | ||
- gnome-shell-extension-appindicator | ||
- gnome-shell-extension-pop-shell | ||
- gnome-shell-extension-pop-shell-shortcut-overrides | ||
- gnome-shell-extension-dash-to-dock | ||
|
||
# Needed for winapps | ||
- dialog | ||
- nmap-ncat | ||
|
||
remove: | ||
# 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) | ||
- noopenh264 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
type: script | ||
snippets: | ||
- wget https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-$(rpm -E %fedora)/ryanabx-cosmic-epoch-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ryanabx-cosmic.repo | ||
|
||
type: rpm-ostree | ||
install: | ||
- cosmic-desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
type: script | ||
snippets: | ||
- wget https://copr.fedorainfracloud.org/coprs/crashdummy/Displaylink/repo/fedora-$(rpm -E %fedora)/crashdummy-Displaylink-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_crashdummy-displaylink.repo | ||
|
||
type: rpm-ostree | ||
install: | ||
- displaylink |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: rpm-ostree | ||
install: | ||
# https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup/#_enabling_the_rpm_fusion_repositories_for_ostree_based_systems | ||
- rpmfusion-free-release | ||
- rpmfusion-nonfree-release |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
type: rpm-ostree | ||
install: | ||
- igt-gpu-tools | ||
- intel-media-driver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: rpm-ostree | ||
remove: | ||
- gnome-extensions-app | ||
- nvtop | ||
- htop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
type: script | ||
scripts: | ||
- izzy-os-changes.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
type: rpm-ostree | ||
repos: | ||
- https://copr.fedorainfracloud.org/coprs/szydell/system76/repo/fedora-%OS_VERSION%/szydell-system76-fedora-%OS_VERSION%.repo | ||
install: | ||
- system76-driver | ||
- system76-power | ||
|
||
type: systemd | ||
system: | ||
enabled: | ||
- com.system76.PowerDaemon.service | ||
- system76-power-wake.service | ||
masked: | ||
- power-profiles-daemon.service |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: izzy-os-rawhide | ||
# description will be included in the image's metadata | ||
description: This is my personal OS image. | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-main | ||
image-version: rawhide # 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 / | ||
# put configuration files you want in /usr/etc/ inside the image | ||
# while putting files in /etc/ is done on booted system by system administrators. | ||
# read more about this in files module reference. | ||
|
||
- from-file: modules/akmods.yml | ||
- from-file: modules/displaylink.yml | ||
- from-file: modules/system76-power.yml | ||
- from-file: modules/extra-repos.yml | ||
- from-file: modules/intel.yml | ||
- from-file: modules/cosmic.yml | ||
- from-file: modules/common-packages.yml | ||
- from-file: modules/common-flatpaks.yml | ||
- from-file: modules/remove-packages.yml | ||
- from-file: modules/gschema-overrides.yml | ||
- from-file: modules/scripts.yml | ||
|
||
- type: signing # this sets up the proper policy & signing files for signed images to work fully |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.