mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-23 00:48:08 +01:00
nongnu: vscodium: Automatically try wayland.
* nongnu/packages/editors.scm (vscodium): Automatically try wayland. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
5a2de72b98
commit
831f3ff142
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
(string-append apps "/" #$name ".desktop")
|
(string-append apps "/" #$name ".desktop")
|
||||||
#:name "VSCodium"
|
#:name "VSCodium"
|
||||||
#:generic-name "Text Editor"
|
#:generic-name "Text Editor"
|
||||||
#:exec (string-append #$output "/bin/codium")
|
#:exec (string-append #$output "/bin/codium --ozone-platform-hint=auto")
|
||||||
#:icon "code"
|
#:icon "code"
|
||||||
#:type "Application"
|
#:type "Application"
|
||||||
#:actions '("new-empty-window")
|
#:actions '("new-empty-window")
|
||||||
|
|
Loading…
Reference in a new issue