From ff2bad66318398272afca220fbc475a0a2845cb3 Mon Sep 17 00:00:00 2001 From: death916 Date: Wed, 13 Aug 2025 03:52:33 -0700 Subject: [PATCH] xdg-gtk for kopia --- modules/nixos/laptop/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/laptop/desktop.nix b/modules/nixos/laptop/desktop.nix index d6beccd..0138f57 100644 --- a/modules/nixos/laptop/desktop.nix +++ b/modules/nixos/laptop/desktop.nix @@ -22,7 +22,7 @@ # This is to fix clementine gui not showing up on wayland environment.variables.QT_QPA_PLATFORM = "wayland"; - environment.sessionVariables.NIXOS_OZONE_WL = "1"; # Required for some Electron apps + # environment.sessionVariables.NIXOS_OZONE_WL = "1"; # Required for some Electron apps nix.settings.trusted-substituters = [ "https://cache.flox.dev" ]; nix.settings.trusted-public-keys = [