overlays/steam: init, for gamescope stuffs
This commit is contained in:
parent
b6690e578c
commit
ab3b771978
2 changed files with 10 additions and 0 deletions
|
|
@ -3,5 +3,6 @@ builtins.map (path: import path) [
|
||||||
./material-icons.nix
|
./material-icons.nix
|
||||||
./picom.nix
|
./picom.nix
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
|
./steam.nix
|
||||||
./xinit.nix
|
./xinit.nix
|
||||||
]
|
]
|
||||||
|
|
|
||||||
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