From 2c3e0a2941c209891fb7a61f2633e27f0fcbc647 Mon Sep 17 00:00:00 2001 From: Ergotu Date: Fri, 17 May 2024 22:54:29 +0200 Subject: [PATCH] Add more packages to recipe --- recipes/recipe.yml | 77 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 59 insertions(+), 18 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index d8ef915..bbb1431 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -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