mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Fix wake from sleep locking
This commit is contained in:
parent
f64087901c
commit
47b4bdfca0
4 changed files with 7 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
imports = [ ./default.nix ];
|
||||
|
||||
home-manager.users.seb = {
|
||||
home.packages = [ (wrappers.hypridle { lockOnSleep = true; }) ];
|
||||
home.packages = [ wrappers.hyprlock ];
|
||||
|
||||
myConfig.theme = "light";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue