From ef2923fcd4d6b6f3ac3e859eaf28322d456499fa Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 28 Sep 2024 08:19:58 +0100 Subject: [PATCH] Enable mangohud on Vanguard by default (Vulkan only) Remove steamscope script --- system/Vanguard.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/system/Vanguard.nix b/system/Vanguard.nix index e1ff0784..aa19d27c 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -6,6 +6,7 @@ }: { imports = [ ./desktop.nix ]; + environment.sessionVariables.MANGOHUD = 1; home-manager.users.${username} = { home.packages = with pkgs; [ krita @@ -22,11 +23,6 @@ lutris cartridges prismlauncher - (writeShellScriptBin "steamscope" '' - swaymsg output DP-1 adaptive_sync on - gamescope -w 2560 -h 1440 -W 2560 -H 1440 -r 120 --adaptive-sync --fullscreen --mangoapp -e -- steam -gamepadui - swaymsg output DP-1 adaptive_sync off - '') ]; programs.obs-studio = { enable = true;