diff --git a/modules/services/copyq.nix b/modules/services/copyq.nix index 3ce4adec2..1c6f94e57 100644 --- a/modules/services/copyq.nix +++ b/modules/services/copyq.nix @@ -46,6 +46,7 @@ in { Service = { ExecStart = "${cfg.package}/bin/copyq"; Restart = "on-failure"; + Environment = [ "QT_QPA_PLATFORM=xcb" ]; }; Install = { WantedBy = [ cfg.systemdTarget ]; };