Updated Configuration
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
"hosts/common/optional/gdm.nix"
|
||||
"hosts/common/optional/flatpak.nix"
|
||||
"hosts/common/optional/thermal-management.nix"
|
||||
"hosts/common/optional/system76-scheduler.nix"
|
||||
|
||||
# Theming
|
||||
"hosts/common/optional/theming/targets/all-except-vscode.nix"
|
||||
|
||||
@@ -15,7 +15,10 @@
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usbhid"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-intel" "evdi"];
|
||||
boot.kernelParams = ["i915.enable_psr=0"];
|
||||
boot.kernelParams = [
|
||||
"i915.enable_guc=3"
|
||||
#"i915.enable_psr=0"
|
||||
];
|
||||
boot.kernelPatches = [
|
||||
/*
|
||||
{
|
||||
@@ -40,9 +43,7 @@
|
||||
sof-firmware
|
||||
|
||||
#rotation stuff
|
||||
gnome-monitor-config
|
||||
usbutils
|
||||
inotify-tools
|
||||
kdePackages.libkscreen
|
||||
intel-gpu-tools # For debugging and monitoring the iGPU
|
||||
intel-media-driver # VA-API driver for modern Intel GPUs
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user