diff --git a/recipes/components/base-module.yml b/recipes/components/base-module.yml index fecaddb..16e0fc4 100644 --- a/recipes/components/base-module.yml +++ b/recipes/components/base-module.yml @@ -24,6 +24,7 @@ modules: - type: dnf install: + skip-unavailable: true packages: # environment # fuzzy finder @@ -72,6 +73,12 @@ modules: - bluez - bluez-tools - firewall-config + - systemd-networkd + - NetworkManager-wifi + + # firmware + - iwlwifi-dvm-firmware + - iwlwifi-mvm-firmware # file manager - nautilus @@ -88,6 +95,15 @@ modules: # power - powerstat + + # git + - git + + # flatpak + - flatpak + - flatpak-selinux + - flatpak-session-helper + - flatpak-xdg-utils remove: packages: @@ -100,6 +116,7 @@ modules: nonfree: rpmfusion replace: - from-repo: rpmfusion-nonfree + skip-unavailable: true packages: - libheif - libva @@ -109,8 +126,11 @@ modules: - mesa-libEGL - mesa-libGL - mesa-libgbm + - mesa-libxatracker - mesa-va-drivers - mesa-vulkan-drivers - gstreamer1-plugin-libav + - gstreamer1-plugin-vaapi + - rar diff --git a/recipes/components/hyprland-module.yml b/recipes/components/hyprland-module.yml index 6ab195d..5d6c0f4 100644 --- a/recipes/components/hyprland-module.yml +++ b/recipes/components/hyprland-module.yml @@ -8,4 +8,11 @@ modules: - hyprland-git - hyprpanel - hyprpolkitagent - - hyprshot \ No newline at end of file + - hyprshot + - hyprland-qt-support + - hyprland-qtutils + + - type: systemd + user: + enabled: + - hyprpolkitagent.service \ No newline at end of file diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 51a9eb4..6309c9e 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -6,8 +6,8 @@ name: hydro-os description: This is my personal OS image. # the base image to build on top of (FROM) and the version tag to use -base-image: quay.io/fedora-ostree-desktops/base-atomic -image-version: 42 # latest is also supported if you want new updates ASAP +base-image: quay.io/fedora/fedora-bootc +image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/recipes/recipe_nvidia.yml b/recipes/recipe_nvidia.yml index 4cb1270..07dba04 100644 --- a/recipes/recipe_nvidia.yml +++ b/recipes/recipe_nvidia.yml @@ -6,8 +6,8 @@ name: hydro-os-nvidia description: This is my personal OS image. # the base image to build on top of (FROM) and the version tag to use -base-image: quay.io/fedora-ostree-desktops/base-atomic -image-version: 42 # latest is also supported if you want new updates ASAP +base-image: quay.io/fedora/fedora-bootc +image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module