From 0b73e38d37e67154175c00aa34a6434aa6d1cd92 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Thu, 9 Dec 2021 17:30:23 -0700 Subject: [PATCH] try to make steam big picture actually big --- home-manager/modules/gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/gaming.nix b/home-manager/modules/gaming.nix index efb96a5..9fa530c 100644 --- a/home-manager/modules/gaming.nix +++ b/home-manager/modules/gaming.nix @@ -191,7 +191,7 @@ in steamStart = pkgs.writeShellScript "steam-start" '' ${pkgs.systemd}/bin/systemctl --user stop scc # no sleep is needed here because steam is slow as fuck lol - /run/current-system/sw/bin/steam + /run/current-system/sw/bin/steam -fulldesktopres ''; in "${steamStart}";