diff options
| -rw-r--r-- | lass/2configs/screenlock.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lass/2configs/screenlock.nix b/lass/2configs/screenlock.nix index 237127f69..b5bc4ee2a 100644 --- a/lass/2configs/screenlock.nix +++ b/lass/2configs/screenlock.nix @@ -5,7 +5,7 @@      before = [ "sleep.target" ];      wantedBy = [ "sleep.target" ];      environment = { -      DISPLAY = ":${toString config.services.xserver.display}"; +      DISPLAY = ":0";      };      serviceConfig = {        SyslogIdentifier = "screenlock"; | 
