change lockscreen to betterlockscreen

This commit is contained in:
2025-05-05 09:09:56 +02:00
parent a75991ba52
commit bea9a3e15b
7 changed files with 14 additions and 3 deletions

View File

@@ -90,8 +90,9 @@
# Setting the Basic Packages.
environment.systemPackages = with pkgs; [
(libsForQt5.callPackage ./home/themes/catppuccin-sddm.nix { })
xsecurelock
# Betterlockscreen
xss-lock
xorg.xset
# flutter
android-studio
clang
@@ -155,6 +156,8 @@
ssh.startAgent = true;
zsh.enable = true;
};
# Betterlockscreen
security.pam.services.i3lock.enable = true;
# Enabling the Keyring.
security.pam.services.lightdm.enableGnomeKeyring = true;