Fix wake from sleep locking

This commit is contained in:
SebastianStork 2024-06-03 18:04:28 +02:00
parent f64087901c
commit 47b4bdfca0
4 changed files with 7 additions and 10 deletions

View file

@ -3,7 +3,7 @@
imports = [ ./default.nix ];
home-manager.users.seb = {
home.packages = [ (wrappers.hypridle { lockOnSleep = true; }) ];
home.packages = [ wrappers.hyprlock ];
myConfig.theme = "light";
};