Skip to content

Commit

Permalink
steamdeck/firmware: add jupiter firmware to hardware.firmware instead…
Browse files Browse the repository at this point in the history
… of another overlay

Overlays are unfortunately weirdly order dependent
  • Loading branch information
K900 committed Sep 30, 2023
1 parent f688958 commit 98bb5e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/steamdeck/firmware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ in

config = mkMerge [
(mkIf (cfg.enable) {
nixpkgs.overlays = [
(_: prev: { linux-firmware = prev.linux-firmware-jupiter; })
];
hardware.firmware = [(lib.hiPrio pkgs.linux-firmware-jupiter)];
})
(mkIf (cfg.autoUpdate) {
systemd.packages = [pkgs.steamdeck-firmware];
Expand Down

0 comments on commit 98bb5e1

Please sign in to comment.