generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
158 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
modules: | ||
- type: script | ||
scripts: | ||
- install_autofirma.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
modules: | ||
- type: default-flatpaks | ||
notify: true # Send notification after install/uninstall is finished (true/false) | ||
system: | ||
# If no repo information is specified, Flathub will be used by default | ||
# repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo | ||
# repo-name: flathub | ||
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software | ||
install: | ||
- com.github.tchx84.Flatseal | ||
- com.mattjakeman.ExtensionManager | ||
- de.haeckerfelix.Fragments | ||
- io.gitlab.adhami3310.Impression | ||
- net.nokyan.Resources | ||
- org.gnome.Calculator | ||
- org.gnome.Calendar | ||
- org.gnome.Characters | ||
- org.gnome.Contacts | ||
- org.gnome.Logs | ||
- org.gnome.Loupe | ||
- org.gnome.TextEditor | ||
- org.gnome.Showtime | ||
- org.libreoffice.LibreOffice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
modules: | ||
- type: rpm-ostree | ||
repos: | ||
- https://copr.fedorainfracloud.org/coprs/atim/ubuntu-fonts/repo/fedora-%OS_VERSION%/atim-ubuntu-fonts-fedora-%OS_VERSION%.repo | ||
install: | ||
- fastfetch | ||
- gnome-shell-extension-appindicator | ||
# all evince related libraries are already installed, don't see the benefit on installing it via flatpak | ||
- evince | ||
# *I think* flatpak simple-scan only works with driverless scanners, probably better to keep it layered | ||
- simple-scan | ||
# additional fonts | ||
- ubuntu-family-fonts | ||
- fira-code-fonts | ||
- cascadia-code-nf-fonts | ||
- java-17-openjdk | ||
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) | ||
- virtualbox-guest-additions | ||
- gnome-shell-extension-background-logo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
modules: | ||
- type: default-flatpaks | ||
notify: true # Send notification after install/uninstall is finished (true/false) | ||
system: | ||
# If no repo information is specified, Flathub will be used by default | ||
# repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo | ||
# repo-name: flathub | ||
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software | ||
install: | ||
- com.obsproject.Studio | ||
- com.obsproject.Studio.Plugin.Gstreamer | ||
- com.obsproject.Studio.Plugin.GStreamerVaapi | ||
- com.obsproject.Studio.Plugin.OBSVkCapture | ||
- com.spotify.Client | ||
- org.chromium.Chromium | ||
- org.cockpit_project.CockpitClient | ||
- com.discordapp.Discord | ||
- org.gimp.GIMP | ||
- org.gnome.Builder | ||
- org.gnome.Connections | ||
- org.gnome.gitg | ||
- org.gnome.meld | ||
- org.inkscape.Inkscape | ||
- org.kde.kdenlive | ||
- org.pitivi.Pitivi | ||
- org.telegram.desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
modules: | ||
- type: files | ||
files: | ||
- source: system/common | ||
destination: / # copies files/system/* (* means everything inside it) into your image's root folder / | ||
|
||
- type: files | ||
files: | ||
- source: system/dev | ||
destination: / | ||
|
||
- from-file: common-rpm.yml | ||
|
||
- from-file: dev-rpm.yml | ||
|
||
- from-file: common-flatpak.yml | ||
|
||
- from-file: dev-flatpak.yml | ||
|
||
- type: gschema-overrides | ||
include: | ||
- zz1-nimbus.gschema.override | ||
|
||
- type: systemd | ||
system: | ||
disabled: | ||
- NetworkManager-wait-online.service | ||
- flatpak-add-fedora-repos.service | ||
|
||
- type: chezmoi | ||
repository: "https://codeberg.org/franute/dotfiles" | ||
branch: main | ||
all-users: false | ||
file-conflict-policy: skip | ||
|
||
- from-file: autofirma.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
modules: | ||
- type: rpm-ostree | ||
repos: | ||
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo | ||
- https://copr.fedorainfracloud.org/coprs/atim/lazygit/repo/fedora-%OS_VERSION%/atim-lazygit-fedora-%OS_VERSION%.repo | ||
install: | ||
- starship | ||
- lazygit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.