mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-08-27 20:36:32 -04:00
Always install wl-clipboard and qt6-wayland
This commit is contained in:
@@ -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"})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user