This commit is contained in:
twoneis 2024-03-16 14:48:47 +01:00
parent 840f398d84
commit 19dcd782a3
3 changed files with 41 additions and 1 deletions

View file

@ -95,4 +95,7 @@
# Use zsh
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
# Allow swaylock to PAM authentication
security.pam.services.swaylock = {};
}