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;