Revert "tree-wide: replace xscreensaver with xsecurelock"

This reverts commit 06f6e59fc9.
This commit is contained in:
Primrose 2026-02-02 21:22:55 +01:00
parent b66d357c56
commit 25faa094e2
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 368 additions and 2 deletions

View file

@ -41,6 +41,16 @@
};
};
services.xscreensaver = {
enable = true;
hooks = {
# Reset display setting on login
"RUN" = ''
${lib.getExe pkgs.autorandr} --change --ignore-lid
'';
};
};
services.picom = {
enable = true;
# avoid tearing

View file

@ -29,6 +29,7 @@
let
genLocale = locale: lib.flip lib.genAttrs (_: locale);
in
# - xscreensaver freaks out on the time display
# - evolution add event becomes hard to use
# https://gitlab.gnome.org/GNOME/evolution/-/issues/3120
genLocale "fr_FR.UTF-8" [