overlays/steam: init, for gamescope stuffs
This commit is contained in:
parent
b6690e578c
commit
ab3b771978
2 changed files with 10 additions and 0 deletions
9
overlays/steam.nix
Normal file
9
overlays/steam.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
self: super: {
|
||||
steam = super.steam.override {
|
||||
extraPkgs = pkgs: with pkgs; [
|
||||
libkrb5
|
||||
keyutils
|
||||
gamescope
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue