This commit is contained in:
Daniel Langbein 2025-01-06 16:48:42 +01:00
parent 8fcaad051a
commit 8a0df61165
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, ...}:
{ config, pkgs, lib, ... }:
{
# TODO: Only if display scaling != 1
environment.sessionVariables.NIXOS_OZONE_WL = lib.mkIf (config.services.xserver.displayManager.gdm.wayland) "1";