mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays] Move steam override in its section
This commit is contained in:
parent
4902f855c9
commit
96cd99aacb
2 changed files with 1 additions and 3 deletions
|
|
@ -87,6 +87,7 @@ in {
|
|||
};
|
||||
|
||||
programs.steam.package = pkgs.steam.override {
|
||||
withJava = true;
|
||||
extraPkgs = pkgs: [
|
||||
pkgs.gamescope
|
||||
];
|
||||
|
|
|
|||
|
|
@ -52,9 +52,6 @@ in
|
|||
libnl
|
||||
]);
|
||||
});
|
||||
steam = super.steam.override {
|
||||
withJava = true;
|
||||
};
|
||||
ark = super.ark.override {
|
||||
unfreeEnableUnrar = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue