Hyprland lockscreen and rice
This commit is contained in:
parent
7eee9cd4d1
commit
a4043761de
4 changed files with 255 additions and 0 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue