From bd5cba2c725ffaa937eecf9e333ae5e55895c9e1 Mon Sep 17 00:00:00 2001 From: Toast Date: Sat, 23 Sep 2023 12:10:21 +0200 Subject: [PATCH] SteamDeck: install firmware upgraders --- machines/SteamDeck/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/SteamDeck/configuration.nix b/machines/SteamDeck/configuration.nix index f0f61b8..74f5487 100755 --- a/machines/SteamDeck/configuration.nix +++ b/machines/SteamDeck/configuration.nix @@ -80,6 +80,7 @@ ]; }; + environment.systemPackages = [ pkgs.steamdeck-firmware ]; # List packages installed in system profile. To search, run: # $ nix search wget # environment.systemPackages = with pkgs; [