From 8a0df61165f71526432642d533d2291d9a59c990 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 6 Jan 2025 16:48:42 +0100 Subject: [PATCH] refactor --- modules/joplin-desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/joplin-desktop.nix b/modules/joplin-desktop.nix index 922a1e5..3558001 100644 --- a/modules/joplin-desktop.nix +++ b/modules/joplin-desktop.nix @@ -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";