Try this cursor workaround

This commit is contained in:
Lillian-Violet 2023-12-31 15:06:51 +01:00
parent a4c2f17e05
commit 033fe46146
2 changed files with 5 additions and 1 deletions

View file

@ -43,6 +43,7 @@
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.unstable-packages
inputs.extest.overlays.default
# You can also add overlays exported from other flakes:
# neovim-nightly-overlay.overlays.default
@ -139,6 +140,9 @@
jovian.devices.steamdeck.autoUpdate = true;
programs.steam = {
override = {
extraProfile = ''export LD_PRELOAD=${pkgs.extest}/lib/libextest.so:$LD_PRELOAD'';
};
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server