gamescope: move to by-name
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user