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; [