mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 13:58:03 +00:00
chore: Remove bling + yafti & add default-flatpaks (#233)
* chore: Remove bling + yafti & add default-flatpaks * chore: some whiteline fixes * chore: Don't modify repo title by default * chore: add repo-url for user flatpak remote * chore: fix yml formatting
This commit is contained in:
@@ -30,27 +30,27 @@ modules:
|
|||||||
- firefox # default firefox removed in favor of flatpak
|
- firefox # default firefox removed in favor of flatpak
|
||||||
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems
|
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems
|
||||||
|
|
||||||
- type: bling # configure what to pull in from ublue-os/bling
|
- 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:
|
install:
|
||||||
- justfiles # add "!include /usr/share/ublue-os/just/100-bling.just"
|
# - org.gnome.Loupe
|
||||||
# in your custom.just (added by default) or local justfile
|
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
|
||||||
- nix-installer # shell shortcuts for determinate system's nix installers
|
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08).
|
||||||
- ublue-os-wallpapers
|
# Only normal flatpak applications are (like Floorp Lightning web browser in this example).
|
||||||
# - ublue-update # https://github.com/ublue-os/ublue-update
|
# Multiple install of same flatpaks with different branches is not supported.
|
||||||
# - 1password # install 1Password (stable) and `op` CLI tool
|
remove:
|
||||||
# - dconf-update-service # a service unit that updates the dconf db on boot
|
# - org.gnome.eog
|
||||||
# - devpod # https://devpod.sh/ as an rpm
|
#
|
||||||
# - gnome-vrr # enables gnome-vrr for your image
|
# A flatpak repo can also be added without having to install flatpaks,
|
||||||
# - container-tools # installs container-related tools onto /usr/bin: kind, kubectx, docker-compose and kubens
|
# as long as one of the repo- fields is present
|
||||||
# - laptop # installs TLP and configures your system for laptop usage
|
user:
|
||||||
# - flatpaksync # allows synchronization of user-installed flatpaks, see separate documentation section
|
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
repo-name: flathub
|
||||||
|
|
||||||
- type: yafti # if included, yafti and it's dependencies (pip & libadwaita)
|
|
||||||
# will be installed and set up
|
|
||||||
custom-flatpaks: # this section is optional
|
|
||||||
# - Celluloid: io.github.celluloid_player.Celluloid
|
|
||||||
# - Krita: org.kde.krita
|
|
||||||
|
|
||||||
- type: script
|
- type: script
|
||||||
scripts:
|
scripts:
|
||||||
|
|||||||
Reference in New Issue
Block a user