mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-08-28 04:46:52 -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)
|
// 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)
|
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