From ed7de3830721611ab355c7df92f7d4f967b61f80 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 19 Aug 2025 15:15:04 +0200 Subject: [PATCH] chore: remove old code --- hosts/sakura/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index 41fb1a0..f901a81 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -56,6 +56,7 @@ # powertop.enable = true; cpuFreqGovernor = lib.mkDefault "ondemand"; }; + # change battery led to blue on suspend to indicate device is in suspend mode systemd.services."suspend-led-set" = { description = "blue led for sleep"; @@ -80,7 +81,6 @@ ''; services.logind.lidSwitch = "suspend"; boot = { - # plymouth.enable = true; # is a module now kernelParams = [ "mem_sleep_default=deep" "acpi_osi=\"!Windows 2020\"" # otherwise GPU does weird shit that makes the computer look like the RAM is broken