mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
9 lines
149 B
Nix
9 lines
149 B
Nix
|
self: super: {
|
||
|
steam = super.steam.override {
|
||
|
extraPkgs = pkgs: with pkgs; [
|
||
|
gamescope
|
||
|
mangohud
|
||
|
];
|
||
|
};
|
||
|
}
|