Fix hypridle's "lock before sleep"

This commit is contained in:
SebastianStork 2025-03-26 00:45:11 +01:00
parent 309b2a4a96
commit 3be4bf9e54
5 changed files with 169 additions and 9 deletions

View file

@ -1,6 +1,7 @@
{
config,
pkgs,
pkgs-unstable,
lib,
...
}@moduleArgs:
@ -10,7 +11,10 @@
};
config = lib.mkIf config.myConfig.de.hyprland.enable {
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland = {
enable = true;
package = pkgs-unstable.hyprland;
};
home.packages = [
pkgs.wl-clipboard