[Overlays] Move steam override in its section

This commit is contained in:
Antoine Viallon 2023-05-18 00:41:24 +02:00
parent 4902f855c9
commit 96cd99aacb
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 1 additions and 3 deletions

View file

@ -87,6 +87,7 @@ in {
};
programs.steam.package = pkgs.steam.override {
withJava = true;
extraPkgs = pkgs: [
pkgs.gamescope
];

View file

@ -52,9 +52,6 @@ in
libnl
]);
});
steam = super.steam.override {
withJava = true;
};
ark = super.ark.override {
unfreeEnableUnrar = true;
};