gamescope: move to by-name

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-04-08 09:59:47 +02:00
parent 285085fa62
commit aa71ddadfa
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951
4 changed files with 2 additions and 2 deletions

View File

@ -1792,12 +1792,12 @@ with pkgs;
libgamemode32 = pkgsi686Linux.gamemode.lib;
};
gamescope = callPackage ../applications/window-managers/gamescope {
gamescope = callPackage ../by-name/ga/gamescope/package.nix {
enableExecutable = true;
enableWsi = false;
};
gamescope-wsi = callPackage ../applications/window-managers/gamescope {
gamescope-wsi = callPackage ../by-name/ga/gamescope/package.nix {
enableExecutable = false;
enableWsi = true;
};