9 lines
149 B
Nix
Raw Normal View History

2023-10-08 12:29:17 -07:00
self: super: {
steam = super.steam.override {
extraPkgs = pkgs: with pkgs; [
gamescope
mangohud
];
};
}