9 lines
142 B
Nix
9 lines
142 B
Nix
self: super: {
|
|
steam = super.steam.override {
|
|
extraPkgs = pkgs: with pkgs; [
|
|
libkrb5
|
|
keyutils
|
|
gamescope
|
|
];
|
|
};
|
|
}
|