fix: lua scripts not working in mgba, no doc sync

This commit is contained in:
Leon Schwarzäugl 2025-05-24 17:16:21 +02:00
parent 267c03f8e5
commit 2fda153ede
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 72 additions and 54 deletions

View file

@ -329,6 +329,13 @@ in
};
swarselsystems = {
startup = [
{ command = "nextcloud --background"; }
{ command = "vesktop --start-minimized --enable-speech-dispatcher --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime"; }
{ command = "element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu-driver-bug-workarounds"; }
{ command = "ANKI_WAYLAND=1 anki"; }
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
{ command = "nm-applet"; }
{ command = "feishin"; }
{ command = "teams-for-linux"; }
{ command = "1password"; }
];