Skip to content

Commit

Permalink
Remove effectless steam extraPkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 26, 2023
1 parent 671fe41 commit 7dc9413
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nixos/roles/gaming/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ in
remotePlay.openFirewall = true;
};

nixpkgs.config.packageOverrides = pkgs: {
steam = pkgs.steam.override {
extraPkgs = pkgs: with pkgs; [
libGL
];
};
};

# Xbox controller
hardware.xpadneo.enable = true;
};
Expand Down

0 comments on commit 7dc9413

Please sign in to comment.