Power management
This commit is contained in:
parent
8393d5e907
commit
50ed98060a
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ in
|
||||||
dataDir = "/home/benson/.config/syncthing/db"; # Folder for Syncthing's database
|
dataDir = "/home/benson/.config/syncthing/db"; # Folder for Syncthing's database
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.logind = {
|
||||||
|
extraConfig = "HandlePowerKey=suspend";
|
||||||
|
lidSwitch = "suspend";
|
||||||
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue