1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

fix(minimal-install): add hyprland packages to minimal install preference (#2872)

(I guess we'll find out if this breaks any minimal script to desktop runs)
This commit is contained in:
Aldi Prasetyo
2026-07-16 21:37:14 +07:00
committed by GitHub
parent 1ef5371c3b
commit ff71502083
+1 -1
View File
@@ -7,7 +7,7 @@ type minimalInstallGroup struct {
func shouldPreferMinimalInstall(pkg string) bool {
switch pkg {
case "niri", "niri-git":
case "niri", "niri-git", "hyprland", "hyprland-git":
return true
default:
return false