From f073bda70044e8ecda94d62f45933f2f0d1115a4 Mon Sep 17 00:00:00 2001 From: zastian-dev Date: Fri, 12 Dec 2025 12:39:45 +0000 Subject: [PATCH] Fuck minor spelling mistake --- system/specialisation/steam.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/system/specialisation/steam.nix b/system/specialisation/steam.nix index d58b2d2..53caf37 100644 --- a/system/specialisation/steam.nix +++ b/system/specialisation/steam.nix @@ -17,7 +17,6 @@ themePackages = [ pkgs.adi1090x-plymouth-themes ]; theme = "abstract_ring_alt"; }; - }; # ── HDMI-CEC: Turn on TV when Steam specialisation starts ───────────────────── @@ -59,7 +58,7 @@ settings = { # Tell greetd to auto-start the official gamescope steam session immediately default_session = { - command = "${pkgs.gamescope}/bin/gamescope --prefer-outpu HDMI-A-2 --hdr-enabled --steam --mangoapp -- steam -pipewire-dmabuf -gamepadui -steamos3 > /dev/null 2>&1"; + command = "${pkgs.gamescope}/bin/gamescope --prefer-output HDMI-A-2 --hdr-enabled --steam --mangoapp -- steam -pipewire-dmabuf -gamepadui -steamos3 > /dev/null 2>&1"; user = "game"; }; }; @@ -87,6 +86,14 @@ }; }; + jovian.decky-loader = { + enable = true; + user = "game"; # Run as your gaming user + stateDir = "/home/game/.local/share/decky"; # Store plugins/data in user's home (adjust if preferred) + # Optional: Add extra packages if needed for specific plugins + # extraPackages = with pkgs; [ some-package ]; + # extraPythonPackages = ps: with ps; [ some-python-package ]; + }; programs = { gamescope = {