Hyprland lockscreen and rice

This commit is contained in:
Filippo Berto 2023-11-12 22:49:59 +01:00
parent 7eee9cd4d1
commit a4043761de
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 255 additions and 0 deletions

View file

@ -14,4 +14,10 @@
opengl.enable = true;
nvidia.modesetting.enable = builtins.elem "nvidia" config.services.xserver.videoDrivers;
};
security.pam.services.swaylock = {
text = ''
auth include login
'';
};
}