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.kitty
modules.stylix modules.stylix
modules.quickshell modules.quickshell
modules.lavd
]; ];
nixos = nixos =
{ config, pkgs, ... }: { config, pkgs, ... }:

View File

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

View File

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