From 9cccf7b4b0cecdf2be1678b7345226484e025aa7 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 10 Nov 2023 13:19:17 +0100 Subject: [PATCH] SteamDeck: install the steamdeck themes --- machines/SteamDeck/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/SteamDeck/configuration.nix b/machines/SteamDeck/configuration.nix index 5ff2b4a..dc54043 100755 --- a/machines/SteamDeck/configuration.nix +++ b/machines/SteamDeck/configuration.nix @@ -82,7 +82,7 @@ # Large builds (the linux kernel) fail to build because /tmp is too small when using tmpfs boot.tmp.useTmpfs = false; - environment.systemPackages = [ pkgs.steamdeck-firmware ]; + environment.systemPackages = [ pkgs.steamdeck-firmware pkgs.steamdeck-hw-theme ]; # List packages installed in system profile. To search, run: # $ nix search wget # environment.systemPackages = with pkgs; [