From 471478ed6bb97527dbe88f6cc76dc7f3021b6e7a Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Fri, 20 Mar 2026 01:05:48 +0000 Subject: [PATCH] meow --- config/hosts/aspects/doloro-laptop/home.nix | 1 + config/hosts/aspects/doloro-laptop/host.nix | 5 ++++- config/modules/power-management/common.nix | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/hosts/aspects/doloro-laptop/home.nix b/config/hosts/aspects/doloro-laptop/home.nix index 4b91833..aa381ab 100644 --- a/config/hosts/aspects/doloro-laptop/home.nix +++ b/config/hosts/aspects/doloro-laptop/home.nix @@ -20,6 +20,7 @@ modules.kitty modules.stylix modules.quickshell + modules.lavd ]; nixos = { config, pkgs, ... }: diff --git a/config/hosts/aspects/doloro-laptop/host.nix b/config/hosts/aspects/doloro-laptop/host.nix index 38be367..2c5875b 100644 --- a/config/hosts/aspects/doloro-laptop/host.nix +++ b/config/hosts/aspects/doloro-laptop/host.nix @@ -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" ]; diff --git a/config/modules/power-management/common.nix b/config/modules/power-management/common.nix index 7dd7fa6..ea11ea6 100644 --- a/config/modules/power-management/common.nix +++ b/config/modules/power-management/common.nix @@ -7,7 +7,6 @@ modules.battery-ac-targets modules.intel-mgm modules.tlp - modules.lavd # modules.ppd ]; nixos = {