feat: update desktop environment configuration from COSMIC to GNOME and add kernel patches for Zenbook

This commit is contained in:
2025-09-26 10:20:39 -03:00
parent 642ff1820e
commit 66e65b91ea
6 changed files with 322 additions and 78 deletions

View File

@@ -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