This commit is contained in:
2026-03-20 01:05:48 +00:00
parent 5d01659350
commit 471478ed6b
3 changed files with 5 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
modules.kitty
modules.stylix
modules.quickshell
modules.lavd
];
nixos =
{ config, pkgs, ... }:

View File

@@ -143,9 +143,12 @@
boot.kernelParams = [
# "mem_sleep_default=deep"
# "i915.fastboot=1"
"i915.fastboot=1"
"ahci.mobile_lpm_policy=1"
"intel_idle.max_cstate=11"
"i915.modeset=1"
"quiet"
"splash"
# "idle=halt"
];

View File

@@ -7,7 +7,6 @@
modules.battery-ac-targets
modules.intel-mgm
modules.tlp
modules.lavd
# modules.ppd
];
nixos = {