Add swaylock-effects and PAM setup for hyprland desktop

This commit is contained in:
Evie Litherland-Smith 2023-04-12 13:16:33 +01:00
parent 3a0b9d8b7f
commit 3612ca49df

View file

@ -1,8 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
./default.nix
];
environment.systemPackages = [ pkgs.swaylock-effects ];
security.pam.services.swaylock = { };
programs.hyprland = {
enable = true;
xwayland = {