feat(desktop/lockscreen): add hyprlock
This commit is contained in:
parent
5cb05a2dcb
commit
71706390b4
8 changed files with 62 additions and 0 deletions
8
modules/nixos/desktop/lockscreen/default.nix
Normal file
8
modules/nixos/desktop/lockscreen/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkMerge [
|
||||
(lib.mkIf (config.desktop.lockscreen == "hyprlock") {
|
||||
security.pam.services.hyprlock = { };
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue