Add swaylock-effects and PAM setup for hyprland desktop
This commit is contained in:
parent
3a0b9d8b7f
commit
3612ca49df
|
@ -1,8 +1,10 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./default.nix
|
||||
];
|
||||
environment.systemPackages = [ pkgs.swaylock-effects ];
|
||||
security.pam.services.swaylock = { };
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland = {
|
||||
|
|
Loading…
Reference in a new issue