This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
forked from blue-build/legacy-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.
🐳 chore: make the configuration more modular
In the future, I want to create more images for testing purposes
- Loading branch information
1 parent
485e6ae
commit 3d8e39a
Showing
2 changed files
with
40 additions
and
38 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,39 @@ | ||
|
||
- type: files | ||
files: | ||
- usr: /usr | ||
|
||
- type: rpm-ostree | ||
repos: | ||
- https://download.opensuse.org/repositories/hardware:/razer/Fedora_%OS_VERSION%/hardware:razer.repo | ||
install: | ||
- polychromatic | ||
- openrazer-meta | ||
remove: | ||
- firefox | ||
- firefox-langpacks | ||
- gnome-software | ||
- gnome-software-rpm-ostree | ||
- gnome-tour | ||
|
||
- type: bling | ||
install: | ||
- fonts | ||
- dconf-update-service | ||
|
||
- type: systemd | ||
system: | ||
disabled: | ||
- flatpak-system-update.timer | ||
- rpm-ostreed-automatic.timer | ||
user: | ||
disabled: | ||
- flatpak-user-update.timer | ||
|
||
- type: yafti | ||
|
||
- type: script | ||
scripts: | ||
- openrazer.sh | ||
- cleanup.sh | ||
- signing.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