about summary refs log tree commit diff
path: root/pkgs/games/heroic
diff options
context:
space:
mode:
authorAidan Gauland <aidalgol@fastmail.net>2022-11-13 09:03:32 +1300
committerAidan Gauland <aidalgol@fastmail.net>2022-12-06 19:52:00 +1300
commit19bae515ba694ef334cd320d403e6bfa487f4f09 (patch)
tree8f0788d2a5774c6e2d00272cb9bb022ee138ff24 /pkgs/games/heroic
parent41dbb7be26b5c8bfb5db3a38abddeb0139e54b0b (diff)
heroic: Add Feral Interactive GameMode to Heroic FHS environment
The Heroic Games Launcher has built-in support for running games with GameMode.
This change makes the client executable available in the Heroic FHS environment,
but the NixOS module will need to be enabled on the host system.
Diffstat (limited to 'pkgs/games/heroic')
-rw-r--r--pkgs/games/heroic/fhsenv.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/heroic/fhsenv.nix b/pkgs/games/heroic/fhsenv.nix
index 9e4f11d0d6b4a..3f1a2a9b60072 100644
--- a/pkgs/games/heroic/fhsenv.nix
+++ b/pkgs/games/heroic/fhsenv.nix
@@ -12,6 +12,7 @@ buildFHSUserEnv {
 
   targetPkgs = pkgs: with pkgs; [
     heroic-unwrapped
+    gamemode
     curl
     gawk
     gnome.zenity