9 lines
149 B
Nix

self: super: {
steam = super.steam.override {
extraPkgs = pkgs: with pkgs; [
gamescope
mangohud
];
};
}