auf COSMIC geändert
This commit is contained in:
+19
-31
@@ -38,39 +38,23 @@ echo "::group:: Install Packages"
|
|||||||
# Base utilities
|
# Base utilities
|
||||||
dnf5 install -y \
|
dnf5 install -y \
|
||||||
fastfetch \
|
fastfetch \
|
||||||
btop
|
btop \
|
||||||
|
libvirt \
|
||||||
|
libvirt-daemon \
|
||||||
|
libvirt-daemon-driver-qemu \
|
||||||
|
libvirt-daemon-config-network \
|
||||||
|
libvirt-daemon-kvm \
|
||||||
|
libvirt-client \
|
||||||
|
qemu-kvm \
|
||||||
|
qemu-img \
|
||||||
|
virt-manager \
|
||||||
|
virt-viewer \
|
||||||
|
usbredir \
|
||||||
|
usbredir-server
|
||||||
|
|
||||||
# Hyprland über COPR (isoliert)
|
|
||||||
copr_install_isolated "ashbuk/Hyprland-Fedora" \
|
|
||||||
hyprland \
|
|
||||||
xdg-desktop-portal-hyprland
|
|
||||||
|
|
||||||
# Quickshell aus COPR (isoliert)
|
copr_install_isolated "ryanabx/cosmic-epoch" \
|
||||||
copr_install_isolated "errornointernet/quickshell" \
|
cosmic-desktop
|
||||||
quickshell
|
|
||||||
|
|
||||||
# Hyprland-Bausteine (isoliert)
|
|
||||||
copr_install_isolated "nett00n/hyprland" \
|
|
||||||
hyprpaper \
|
|
||||||
hypridle \
|
|
||||||
hyprlock \
|
|
||||||
hyprpolkitagent
|
|
||||||
|
|
||||||
# Desktop-Basis aus Fedora
|
|
||||||
dnf5 install -y \
|
|
||||||
foot \
|
|
||||||
fuzzel \
|
|
||||||
wlogout \
|
|
||||||
xdg-desktop-portal-gtk \
|
|
||||||
network-manager-applet
|
|
||||||
|
|
||||||
# Laptop-spezifische Komponenten
|
|
||||||
dnf5 install -y \
|
|
||||||
power-profiles-daemon \
|
|
||||||
upower \
|
|
||||||
bluez \
|
|
||||||
bluez-tools \
|
|
||||||
blueman
|
|
||||||
|
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
@@ -78,6 +62,10 @@ echo "::group:: System Configuration"
|
|||||||
|
|
||||||
systemctl enable podman.socket
|
systemctl enable podman.socket
|
||||||
systemctl enable bluetooth.service
|
systemctl enable bluetooth.service
|
||||||
|
systemctl enable cosmic-greeter.service
|
||||||
|
systemctl enable libvirtd.service
|
||||||
|
systemctl enable virtlogd.service
|
||||||
|
|
||||||
|
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user