From 831f3ff14260e20d4da31b707515891eeb49e752 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sun, 30 Jun 2024 09:17:28 +0200 Subject: [PATCH] nongnu: vscodium: Automatically try wayland. * nongnu/packages/editors.scm (vscodium): Automatically try wayland. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/editors.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nongnu/packages/editors.scm b/nongnu/packages/editors.scm index 114fe85..061737d 100644 --- a/nongnu/packages/editors.scm +++ b/nongnu/packages/editors.scm @@ -72,7 +72,7 @@ (string-append apps "/" #$name ".desktop") #:name "VSCodium" #:generic-name "Text Editor" - #:exec (string-append #$output "/bin/codium") + #:exec (string-append #$output "/bin/codium --ozone-platform-hint=auto") #:icon "code" #:type "Application" #:actions '("new-empty-window")