From c8ded9969f7f772bc902461f68c3fd1c4fbe0b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 2 Feb 2026 21:25:17 +0100 Subject: [PATCH] vanadium/xscreensaver: remove xscreesaver lock --- nix/configurations/vanadium/nixos/gui.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/nix/configurations/vanadium/nixos/gui.nix b/nix/configurations/vanadium/nixos/gui.nix index b9b1f6b4..9cb720fa 100644 --- a/nix/configurations/vanadium/nixos/gui.nix +++ b/nix/configurations/vanadium/nixos/gui.nix @@ -41,15 +41,7 @@ }; }; - services.xscreensaver = { - enable = true; - hooks = { - # Reset display setting on login - "RUN" = '' - ${lib.getExe pkgs.autorandr} --change --ignore-lid - ''; - }; - }; + services.xscreensaver.enable = true; services.picom = { enable = true;