fixed DE install i think

main
The_miro 2026-03-18 13:30:28 +01:00
parent f3ba743dab
commit 3880e2ae95
2 changed files with 3 additions and 3 deletions

6
setup/modules/Desktop-Enviroments/hyprland-new.sh Normal file → Executable file
View File

@ -12,14 +12,14 @@ sudo systemctl enable --now flatpak-system-helper.service
# 2. Install required packages (from hyprland.sh) # 2. Install required packages (from hyprland.sh)
echo "Installing required packages..." echo "Installing required packages..."
sudo pacman -Syu --noconfirm hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset hypridle ksshaskpass nm-connection-editor network-manager-applet blueman bluez pipewire alsa-utils firefox greetd-tuigreet grim slurp gst-plugin-pipewire imagemagick nerd-fonts otf-font-awesome pipewire-alsa pipewire-jack pipewire-pulse qt5-wayland qt6-wayland swww ttf-jetbrains-mono wireplumber wofi qt6ct xdg-desktop-portal-hyprland xdg-utils xorg-server xorg-xinit papirus-icon-theme cool-retro-term units qalculate-gtk iwd dbus thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman hyprpicker pcmanfm-qt sudo pacman -Syu --noconfirm --needed hyprland hyprcursor wl-clipboard hyprpaper hyprlock wofi kitty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset hypridle ksshaskpass nm-connection-editor network-manager-applet blueman bluez pipewire alsa-utils firefox greetd-tuigreet grim slurp gst-plugin-pipewire imagemagick nerd-fonts otf-font-awesome pipewire-alsa pipewire-jack pipewire-pulse qt5-wayland qt6-wayland swww ttf-jetbrains-mono wireplumber wofi qt6ct xdg-desktop-portal-hyprland xdg-utils xorg-server xorg-xinit papirus-icon-theme cool-retro-term qalculate-gtk iwd dbus thunar tumbler thunar-archive-plugin thunar-shares-plugin thunar-volman hyprpicker pcmanfm-qt udisks2
# 3. Run core.sh steps (network, cron, greetd, fail2ban, udisks2) # 3. Run core.sh steps (network, cron, greetd, fail2ban, udisks2)
echo "Enabling essential services..." echo "Enabling essential services..."
sudo systemctl enable NetworkManager.service sudo systemctl enable NetworkManager.service
sudo systemctl enable cronie.service #sudo systemctl enable cronie.service
sudo systemctl enable greetd.service sudo systemctl enable greetd.service
sudo systemctl enable fail2ban.service #sudo systemctl enable fail2ban.service
sudo systemctl enable udisks2.service sudo systemctl enable udisks2.service
# 4. Install AUR packages (from hyprland.sh) # 4. Install AUR packages (from hyprland.sh)

0
setup/modules/aur-yay.sh Normal file → Executable file
View File