diff --git a/modules/linux/hyprland.nix b/modules/linux/hyprland.nix index 0c48d4a..956e1ca 100644 --- a/modules/linux/hyprland.nix +++ b/modules/linux/hyprland.nix @@ -59,6 +59,9 @@ in with lib; { hidpi = false; }; }; + # Make swaylock work + # https://github.com/NixOS/nixpkgs/issues/158025 + security.pam.services.swaylock = { }; environment.sessionVariables = { MOZ_ENABLE_WAYLAND = "1"; };