auf COSMIC geändert

This commit is contained in:
humocs-man
2026-02-28 19:40:36 +01:00
parent bb5b6f8a81
commit 3ad396694a
+20 -32
View File
@@ -38,46 +38,34 @@ echo "::group:: Install Packages"
# Base utilities # Base utilities
dnf5 install -y \ dnf5 install -y \
fastfetch \ fastfetch \
btop btop \
libvirt \
# Hyprland über COPR (isoliert) libvirt-daemon \
copr_install_isolated "ashbuk/Hyprland-Fedora" \ libvirt-daemon-driver-qemu \
hyprland \ libvirt-daemon-config-network \
xdg-desktop-portal-hyprland libvirt-daemon-kvm \
libvirt-client \
# Quickshell aus COPR (isoliert) qemu-kvm \
copr_install_isolated "errornointernet/quickshell" \ qemu-img \
quickshell virt-manager \
virt-viewer \
# Hyprland-Bausteine (isoliert) usbredir \
copr_install_isolated "nett00n/hyprland" \ usbredir-server
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
copr_install_isolated "ryanabx/cosmic-epoch" \
cosmic-desktop
echo "::endgroup::" echo "::endgroup::"
echo "::group:: System Configuration" 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::"