mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: makes sakura stay alive when docked
This commit is contained in:
parent
625257c97d
commit
a6a2e04c31
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@
|
|||
cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||
};
|
||||
|
||||
services.logind.lidSwitchDocked = "ignore";
|
||||
|
||||
# change battery led to blue on suspend to indicate device is in suspend mode
|
||||
systemd.services."suspend-led-set" = {
|
||||
description = "blue led for sleep";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue