mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +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")
|
||||
#: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")
|
||||
|
|
Loading…
Reference in a new issue