feat: update desktop environment configuration from COSMIC to GNOME and add kernel patches for Zenbook
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usbhid"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-intel" "evdi"];
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
boot.kernelModules = ["kvm-intel" "evdi" "intel_vpu"];
|
||||
boot.kernelParams = [
|
||||
"i915.enable_guc=3"
|
||||
#"i915.enable_psr=0"
|
||||
@@ -26,6 +27,12 @@
|
||||
patch = ./zenbook-asus-wmi.patch;
|
||||
}
|
||||
*/
|
||||
/*
|
||||
{
|
||||
name = "zenbook-duo-suppress-rfkill-on-kbd-connect";
|
||||
patch = ./zenbook-duo-suppress-rfkill-on-kbd-connect.patch;
|
||||
}
|
||||
*/
|
||||
];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
||||
Reference in New Issue
Block a user