diff --git a/nixos/genofire.nix b/nixos/genofire.nix index fc97462..597269a 100644 --- a/nixos/genofire.nix +++ b/nixos/genofire.nix @@ -15,4 +15,6 @@ isNormalUser = true; useDefaultShell = true; }; + + security.pam.services.swaylock = {}; }