From 3612ca49df33a0d927855a6d0a688c97971b6ce9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 12 Apr 2023 13:16:33 +0100 Subject: [PATCH] Add swaylock-effects and PAM setup for hyprland desktop --- nixos/desktop/hyprland.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/desktop/hyprland.nix b/nixos/desktop/hyprland.nix index 7281d541..5f31fce6 100644 --- a/nixos/desktop/hyprland.nix +++ b/nixos/desktop/hyprland.nix @@ -1,8 +1,10 @@ -{ ... }: +{ pkgs, ... }: { imports = [ ./default.nix ]; + environment.systemPackages = [ pkgs.swaylock-effects ]; + security.pam.services.swaylock = { }; programs.hyprland = { enable = true; xwayland = {