From 9a605f6a9d990a2e92feb102a9a4e4b93919d634 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 25 Dec 2023 12:59:38 +0100 Subject: [PATCH] add TODO --- modules/joplin-desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/joplin-desktop.nix b/modules/joplin-desktop.nix index ed99258..922a1e5 100644 --- a/modules/joplin-desktop.nix +++ b/modules/joplin-desktop.nix @@ -1,5 +1,6 @@ { config, pkgs, lib, ...}: { + # TODO: Only if display scaling != 1 environment.sessionVariables.NIXOS_OZONE_WL = lib.mkIf (config.services.xserver.displayManager.gdm.wayland) "1"; users.users.yoda = {