mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Fix hypridle's "lock before sleep"
This commit is contained in:
parent
309b2a4a96
commit
3be4bf9e54
5 changed files with 169 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue