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";
};

View file

@ -1,4 +1,4 @@
{ pkgs, wrappers, ... }:
{ pkgs, ... }:
{
imports = [ ./default.nix ];
@ -7,8 +7,6 @@
pkgs.obs-studio
pkgs.libsForQt5.kdenlive
pkgs.gimp
(wrappers.hypridle { lockOnSleep = false; })
];
myConfig.theme = "dark";