Skip to content

Commit

Permalink
Change recipe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Jan 20, 2024
1 parent 9053187 commit 34105b1
Show file tree
Hide file tree
Showing 11 changed files with 119 additions and 131 deletions.
130 changes: 0 additions & 130 deletions config/common-modules.yml

This file was deleted.

7 changes: 7 additions & 0 deletions config/common_modules/akmods.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type: akmods
install:
- v4l2loopback
- xone
- xpadneo
- xpad-noone
- winesync
6 changes: 6 additions & 0 deletions config/common_modules/bling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: bling
install:
- dconf-update-service
- ublue-os-wallpapers
- ublue-update
- container-tools
30 changes: 30 additions & 0 deletions config/common_modules/default-flatpaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
type: default-flatpaks
notify: true
system:
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
repo-name: flathub-system
repo-title: "Flathub (System)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
- org.gnome.Calculator
- org.gnome.Calendar
- org.gnome.Snapshot
- org.gnome.Contacts
- org.gnome.clocks
- org.gnome.Evince
- org.gnome.Maps
- org.gnome.TextEditor
- com.github.neithern.g4music
- com.github.rafostar.Clapper
- org.gnome.Loupe
- io.missioncenter.MissionCenter
- com.vixalien.sticky
- com.github.tchx84.Flatseal
- io.github.fabrialberio.pinapp
- com.mattjakeman.ExtensionManager
- io.podman_desktop.PodmanDesktop
- com.uploadedlobster.peek
- org.mozilla.firefox
user:
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
repo-name: flathub-user
repo-title: "Flathub"
4 changes: 4 additions & 0 deletions config/common_modules/files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: files
files:
- usr: /usr
- etc: /etc
5 changes: 5 additions & 0 deletions config/common_modules/initramfs-setup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: initramfs-setup
include:
- /etc/crypttab
- /etc/vconsole.conf
- /etc/modprobe.d/modprobe-gidro.conf
38 changes: 38 additions & 0 deletions config/common_modules/rpm-ostree.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/kylegospo/system76-scheduler/repo/fedora-%OS_VERSION%/kylegospo-system76-scheduler-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/szydell/system76/repo/fedora-%OS_VERSION%/szydell-system76-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-%OS_VERSION%/ublue-os-staging-fedora-%OS_VERSION%.repo

install:
- gnome-shell-extension-caffeine
- system76-scheduler
- gnome-shell-extension-system76-scheduler
- system76-power
- android-tools
- nerd-fonts
- zsh
- gnome-boxes
- code
- docker-ce
- docker-ce-cli
- docker-buildx-plugin
- docker-compose-plugin
- containerd.io
- p7zip
- p7zip-plugins
- podman-compose
- podman-plugins
- podman-tui
- podmansh
- playerctl
- nautilus-gsconnect
- gnome-shell-extension-gsconnect
- python3-pip
- samba
- samba-dcerpc
- samba-ldb-ldap-modules
- samba-winbind-clients
- samba-winbind-modules
- konsole
- libvirt
4 changes: 4 additions & 0 deletions config/common_modules/scripts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: script
scripts:
- system76-scheduler.sh
- signing.sh
14 changes: 14 additions & 0 deletions config/common_modules/systemd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
type: systemd
system:
enabled:
- initramfs-setup.service
- minimum-free-zram.service
- com.system76.PowerDaemon.service
- system76-power-wake.service
- com.system76.Scheduler.service
masked:
- power-profiles-daemon.service
user:
enabled:
- podman.socket
- docker.socket
2 changes: 2 additions & 0 deletions config/common_modules/yafti.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
type: yafti
custom-flatpaks:
10 changes: 9 additions & 1 deletion config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ image-version: 39 # 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:
- from-file: common-modules.yml
- from-file: common_modules/akmods.yml
- from-file: common_modules/files.yml
- from-file: common_modules/initramfs-setup.yml
- from-file: common_modules/rpm-ostree.yml
- from-file: common_modules/bling.yml
- from-file: common_modules/yafti.yml
- from-file: common_modules/default-flatpaks.yml
- from-file: common_modules/systemd.yml
- from-file: common_modules/scripts.yml

0 comments on commit 34105b1

Please sign in to comment.