diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-26 18:14:46 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-26 18:14:46 -0400 |
| commit | 800654b990749cb14b26f45ba6f02a3f24047c8d (patch) | |
| tree | be96f408b445867ef55fe97e322f0b7f3687f096 /system/desktops | |
| parent | make lib extendable with our additions (diff) | |
| download | dotfiles-nix-800654b990749cb14b26f45ba6f02a3f24047c8d.tar.gz dotfiles-nix-800654b990749cb14b26f45ba6f02a3f24047c8d.tar.bz2 dotfiles-nix-800654b990749cb14b26f45ba6f02a3f24047c8d.zip | |
add openrgb support, and custom rust scheduler
Diffstat (limited to 'system/desktops')
| -rw-r--r-- | system/desktops/wayland.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/desktops/wayland.nix b/system/desktops/wayland.nix index ce647ee..382d6a1 100644 --- a/system/desktops/wayland.nix +++ b/system/desktops/wayland.nix @@ -26,6 +26,8 @@ in { environment.variables = { MOZ_ENABLE_WAYLAND = "1"; NIXOS_OZONE_WL = "1"; + SDL_VIDEODRIVER = "wayland,x11"; + SDL_VIDEO_DRIVER = "wayland,x11"; }; programs.xwayland.enable = true; |