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