mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Let hypridle handle screen lock before suspend
This commit is contained in:
parent
148807589c
commit
dc57acb9d8
6 changed files with 17 additions and 14 deletions
4
modules/home/hibernate.nix
Normal file
4
modules/home/hibernate.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.myConfig.hibernation.enable = lib.mkEnableOption "";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue