Add a wrapper script to launch ship of harkinian in gaming mode.

This commit is contained in:
Tom Alexander 2025-02-15 20:22:29 -05:00
parent 54860370c0
commit e7528765a9
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -6,6 +6,12 @@
...
}:
let
steam_shipwright = pkgs.writeScriptBin "steam_soh" ''
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.libglvnd}/lib"
exec ${pkgs.shipwright}/bin/soh
'';
in
{
imports = [ ];
@ -26,6 +32,7 @@
(lib.mkIf config.me.graphical {
home.packages = with pkgs; [
shipwright
steam_shipwright
];
home.file.".local/share/soh/shipofharkinian.json" = {