Always install wl-clipboard and qt6-wayland

This commit is contained in:
2025-10-01 20:12:00 -04:00
parent 1dd6fdf9d7
commit 3e1027b3b7
+3
View File
@@ -10,4 +10,7 @@ func universalTweaks() {
// Force disable kernel watchdog (kernel parameters should do this as well)
writeFile(mountPoint+"/etc/modprobe.d/blacklist.conf", "# Disable kernel watchdog\nblacklist iTCO_wdt\n", "root", 0644)
// Install essential packages
managePackages("-S", []string{"wl-clipboard", "qt6-wayland"})
}