Skip to content

Commit

Permalink
Add more packages to recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ergotu authored May 17, 2024
1 parent cd25351 commit 2c3e0a2
Showing 1 changed file with 59 additions and 18 deletions.
77 changes: 59 additions & 18 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,72 @@ modules:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
install:
# hyprland
- hyprland
- starship
- fish
- hyprpaper # wallpaper util
- hyprpicker # color picker
- hyprshot # screenshot util
- xdg-desktop-portal-hyprland # desktop portal

# audio
- pavucontrol
- pipewire
- playerctl
- wireplumber

# bluetooth
- blueman

# terminal
- starship # prompt
- fish # shell

# modern cli tools https://github.com/ibraheemdev/modern-unix
- duf
- eza
- fd-find
- httpie
- procs
- tldr

# network
- network-manager-applet
- NetworkManager-l2tp-gnome
- NetworkManager-libreswan-gnome
- NetworkManager-openconnect-gnome
- NetworkManager-openvpn-gnome
- NetworkManager-pptp-gnome
- NetworkManager-sstp-gnome
- NetworkManager-vpnc-gnome

# qt
- qt5-qtwayland
- qt6-qtwayland

# other
- bolt
- brightnessctl
- dunst # notification daemon
- fprintd-pam
- gnome-keyring-pam
- lxqt-policykit
- nautilus
- pinentry-gnome3
- plymouth-system-theme
- rofi-wayland
- sddm-wayland-generic # display manager
- system-config-printer
- waybar
- wl-clipboard
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)
- firefox # default firefox removed in favor of flatpak
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems

- 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:
# - org.mozilla.firefox
# - org.gnome.Loupe
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),
# only normal flatpak applications are (like Floorp Lightning web browser in this example).
# Installing different branches of the same Flatpak is not supported.
remove:
# - org.gnome.eog
- org.mozilla.firefox

- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit 2c3e0a2

Please sign in to comment.