Turned off hibernation and deep sleep on framework12
This commit is contained in:
parent
a38a53a7c5
commit
796a3c5445
5 changed files with 105 additions and 147 deletions
|
|
@ -52,6 +52,11 @@ in {
|
|||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/etc/nixos-config";
|
||||
};
|
||||
services.logind = {
|
||||
lidSwitch = mkDefault "suspend";
|
||||
powerKey = mkDefault "suspend";
|
||||
powerKeyLongPress = mkDefault "poweroff";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
nix-output-monitor
|
||||
fzf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue