override steam with gamescope

This commit is contained in:
Tyler Starr 2023-10-08 12:29:17 -07:00
parent 759a9e7c12
commit cc6ff613ee

View File

@ -0,0 +1,8 @@
self: super: {
steam = super.steam.override {
extraPkgs = pkgs: with pkgs; [
gamescope
mangohud
];
};
}