generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
recipe.yaml
152 lines (140 loc) · 4.85 KB
/
recipe.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
name: carrot-kinoite-nvidia
description: CarrotManMatt's personal custom linux image.
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/kinoite-nvidia
image-version: latest
modules:
- type: files
files:
- source: system
destination: /
# Copies files/system/** into your image's /**.
# Put configuration files you want in /etc/ on a booted system in files/system/usr/etc/ in the image.
# Read more in files module reference.
- type: rpm-ostree
install:
- micro
- fastfetch
- langpacks-en
- nvidia-container-toolkit
- nextcloud-client-dolphin
- nu
- bootc
- libva-nvidia-driver
- ksshaskpass
remove:
- firefox
- firefox-langpacks
- nano
- nano-default-editor
- apr-util-openssl
- apr-util-lmdb
- apr
- apr-util
- toolbox
- htop
- nvtop
- tmux
- google-noto-sans-sundanese-fonts
- google-noto-sans-javanese-fonts
- google-noto-sans-cjk-fonts
- google-noto-sans-balinese-fonts
- kate
- kwrite
- kate-krunner-plugin
- kate-plugins
- type: rpm-ostree
repos:
- https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-%OS_VERSION%.noarch.rpm
install:
- nvidia-vaapi-driver
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
- starship
- type: script
scripts:
- add-twingate-package-repo.sh
- type: rpm-ostree
install:
- twingate
- type: default-flatpaks
notify: true
user:
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
repo-name: flathub-user
repo-title: "Flathub" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
remove:
- org.gnome.eog
- io.github.flattool.Warehouse
- com.github.tchx84.Flatseal
- com.jetbrains.IntelliJ-IDEA-Ultimate
- com.jetbrains.PyCharm-Professional
- io.github.mimbrero.WhatsAppDesktop
- com.jetbrains.GoLand
install:
- com.google.Chrome
- com.discordapp.Discord
- org.linuxshowplayer.LinuxShowPlayer
- com.valvesoftware.Steam
- com.heroicgameslauncher.hgl
- com.getpostman.Postman
- org.nickvision.tubeconverter
- org.audacityteam.Audacity
- org.gimp.GIMP
- org.blender.Blender
- com.obsproject.Studio
- com.spotify.Client
- com.nextcloud.desktopclient.nextcloud
- com.bitwarden.desktop
- org.openstreetmap.josm
- org.videolan.VLC
- us.zoom.Zoom
- org.mixxx.Mixxx
- com.usebottles.bottles
- io.github.dvlv.boxbuddyrs
- com.mojang.Minecraft
- org.openrgb.OpenRGB
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
remove:
- org.gnome.eog
- io.github.flattool.Warehouse
- com.github.tchx84.Flatseal
- com.google.Chrome
- com.discordapp.Discord
- org.linuxshowplayer.LinuxShowPlayer
- com.valvesoftware.Steam
- com.heroicgameslauncher.hgl
- com.jetbrains.PyCharm-Professional
- com.getpostman.Postman
- com.jetbrains.IntelliJ-IDEA-Ultimate
- com.jetbrains.GoLand
- org.nickvision.tubeconverter
- org.audacityteam.Audacity
- org.gimp.GIMP
- org.blender.Blender
- com.obsproject.Studio
- com.spotify.Client
- com.nextcloud.desktopclient.nextcloud
- com.bitwarden.desktop
- org.openstreetmap.josm
- com.stremio.Stremio
- org.videolan.VLC
- us.zoom.Zoom
- io.github.mimbrero.WhatsAppDesktop
- com.usebottles.bottles
- io.github.dvlv.boxbuddyrs
- type: chezmoi
repository: "--ssh CarrotManMatt"
- type: fonts
fonts:
nerd-fonts:
- FiraCode
- type: script
scripts:
- hide-default-kde-apps.sh
- type: signing