37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
name: cp-laptop
|
|
base-image: ghcr.io/ublue-os/cinnamon-main
|
|
fedora-version: 38
|
|
description: The image of Wunker OS for CP's laptop.
|
|
usr-dirs:
|
|
- usr-framework
|
|
# scripts:
|
|
# pre: []
|
|
# post: []
|
|
rpm:
|
|
# A list of urls of ".repo" files that should be added to your system.
|
|
# This is the proper way to add custom COPR repos to your image.
|
|
# Tip: Use `%FEDORA_VERSION%` instead of static Fedora version numbers,
|
|
# so that your repos automatically use your image's actual Fedora version,
|
|
# which greatly simplifies future maintenance of your custom recipe.
|
|
# repos: []
|
|
install:
|
|
# Needed for yafti (the first boot installer). Remove if you're not using yafti.
|
|
- python3-pip
|
|
# GNOME's GTK4 theme, Libadwaita. Already included in Silverblue, but not
|
|
# other spins. You can remove if you aren't using yafti, but many native
|
|
# apps and binaries require it, so it's a good idea to always include it
|
|
# if you ever download or compile any custom software on your machine.
|
|
- libadwaita
|
|
- cronie
|
|
- fprintd
|
|
- fprintd-pam
|
|
- tlp
|
|
- powertop
|
|
# remove: []
|
|
firstboot:
|
|
yafti: true
|
|
flatpaks:
|
|
- com.discordapp.Discord
|
|
- com.nextcloud.desktopclient.nextcloud
|
|
- com.google.Chrome
|