mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
override steam with gamescope
This commit is contained in:
parent
759a9e7c12
commit
cc6ff613ee
8
provision/nixos/overlays/steam.nix
Normal file
8
provision/nixos/overlays/steam.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
self: super: {
|
||||||
|
steam = super.steam.override {
|
||||||
|
extraPkgs = pkgs: with pkgs; [
|
||||||
|
gamescope
|
||||||
|
mangohud
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user