Try this cursor workaround
This commit is contained in:
parent
a4c2f17e05
commit
033fe46146
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue