diff options
| -rw-r--r-- | nixos/mdls/dayz.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/mdls/dayz.nix b/nixos/mdls/dayz.nix index 1d8e4d4..9f35e1d 100644 --- a/nixos/mdls/dayz.nix +++ b/nixos/mdls/dayz.nix @@ -66,6 +66,13 @@ in uiBottomRightX=0.875; uiBottomRightY=1; IGUIScale=0.55000001; + showHUD=1; + hudBrightness=1.0; + showCrosshair=0; + showQuickbar=1; + showVehicleHUD=1; + showServerInfo=0; + showQuickbar=1; ''; home.file."${dayzDir}/steamuser.dayz_preset_User.xml".text = '' |
