diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/login.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/login.nix b/modules/login.nix index 58e4ac4..3d9fb31 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -32,9 +32,9 @@ security.polkit.enable = true; - security.pam.services.swaylock.text = '' + /* security.pam.services.swaylock.text = '' auth include login - ''; + ''; */ services.xserver.libinput.enable = true; |
