mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
64 lines
2.0 KiB
YAML
64 lines
2.0 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
|
|
name: solarizzed
|
|
description: Based on bazzite-deck
|
|
|
|
base-image: ghcr.io/ublue-os/bazzite-deck
|
|
image-version: stable
|
|
|
|
modules:
|
|
# contains repo files for codium
|
|
- type: files
|
|
files:
|
|
- source: shared/etc/yum.repos.d
|
|
destination: /etc/yum.repos.d
|
|
- source: shared/usr
|
|
destination: /usr
|
|
|
|
- type: rpm-ostree
|
|
repos:
|
|
# better-fonts repo for fontconfig-font-replacements
|
|
- https://copr.fedorainfracloud.org/coprs/hyperreal/better_fonts/repo/fedora-%OS_VERSION%/hyperreal-better_fonts-fedora-%OS_VERSION%.repo
|
|
# Koi
|
|
- https://copr.fedorainfracloud.org/coprs/birkch/Koi/repo/fedora-%OS_VERSION%/birkch-Koi-fedora-%OS_VERSION%.repo
|
|
# zen browser
|
|
- https://copr.fedorainfracloud.org/coprs/sneexy/zen-browser/repo/fedora-%OS_VERSION%/sneexy-zen-browser-fedora-%OS_VERSION%.repo
|
|
optfix:
|
|
- windscribe
|
|
- zen
|
|
install:
|
|
# codium
|
|
- codium
|
|
# prettifying packages
|
|
- adw-gtk3-theme
|
|
- deepin-sound-theme
|
|
- fontconfig-font-replacements
|
|
- Koi
|
|
- kvantum
|
|
- oxygen-sounds
|
|
- pop-sound-theme
|
|
- rclone
|
|
- rclone-browser
|
|
- yaru-sound-theme
|
|
# misc
|
|
- python3-pyclip
|
|
- zen-browser
|
|
# installs themes & icons
|
|
- type: script
|
|
scripts:
|
|
- solarizzed/chromeos.sh
|
|
- solarizzed/layan.sh
|
|
- shared/tela-icon-theme.sh
|
|
- shared/qogir-icon-theme.sh
|
|
- shared/kora-icon-theme.sh
|
|
# citron appimage + /usr/bin link
|
|
- solarizzed/citron.sh
|
|
snippets:
|
|
# auto-fetch & install latest version of windscribe
|
|
- 'rpm-ostree install https://github.com/Windscribe/Desktop-App/releases/latest/download/windscribe_$(curl https://api.github.com/repos/Windscribe/Desktop-App/releases/latest | grep tag_name | cut -d : -f2 | tr -d "v\", ")_x86_64_fedora.rpm'
|
|
|
|
# installs shared fonts
|
|
- from-file: shared/fonts.yml
|
|
|
|
- type: signing |