Skip to content

Commit

Permalink
Merge pull request #172 from Jovian-Experiments/overlay-fix
Browse files Browse the repository at this point in the history
steamdeck/firmware: add jupiter firmware to hardware.firmware instead of another overlay
  • Loading branch information
K900 authored Sep 30, 2023
2 parents f688958 + 98bb5e1 commit 399187a
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 399187a

Please sign in to comment.