Skip to content

Commit

Permalink
Update gnome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin authored Mar 28, 2024
1 parent ab69bba commit 1774ae2
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions config/recipes/intel-amd/gnome.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# image will be published to ghcr.io/<user>/<name>
name: myos-gnome
name: myos
# description will be included in the image's metadata
description: "myOS is an operating system dedicated to being user-friendly and progressive "

Expand All @@ -10,22 +10,8 @@ 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/base-packages.yml
- from-file: common/tailscale.yml
- type: files
files:
- usr: /usr
# copies config/files/usr into your image's /usr.
# put configuration files you want in /etc/ on a booted system
# in /usr/etc/ in the image. read more in files module reference.
- type: rpm-ostree
repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
- podman-compose
# - micro
# - starship
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)
- from-file: common/common-files.yml
- from-file: common/default-flatpaks.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit 1774ae2

Please sign in to comment.