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

@ -13,7 +13,7 @@
# Home manager
home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
extest.url = "github:chaorace/nix-extest/main";
# Add any other flake you might need
# hardware.url = "github:nixos/nixos-hardware";

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