meow
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
modules.kitty
|
modules.kitty
|
||||||
modules.stylix
|
modules.stylix
|
||||||
modules.quickshell
|
modules.quickshell
|
||||||
|
modules.lavd
|
||||||
];
|
];
|
||||||
nixos =
|
nixos =
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|||||||
@@ -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"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user