Files
nix-dotfiles-v2/modules/pam.nix
2025-09-03 10:21:42 +02:00

19 lines
222 B
Nix

{
config,
pkgs,
lib,
...
}:
{
imports = [ ];
security.polkit.enable = true;
security.pam.services.gtklock = { };
security.pam.services.swaylock = { };
security.pam.services.swaylock-effects = { };
}