gaming: deprecate withWaylandGLFW

This commit is contained in:
NullBite 2024-09-12 10:49:08 +02:00
parent b12d78c931
commit 5c34a1ed98
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 8 deletions

View File

@ -6,10 +6,7 @@ in
{
config = lib.mkIf cfg.enable {
nixpkgs.overlays = let
prismlauncher-config = (final: prev: {
prismlauncher = prev.prismlauncher.override { withWaylandGLFW = true; };
});
in lib.mkAfter [ prismlauncher-config ];
in lib.mkAfter [ ];
nixfiles.common.wm.autostart = [
"steam -silent"

View File

@ -28,10 +28,7 @@ in
];
};
});
prismlauncherWayland = (final: prev: {
prismlauncher = prev.prismlauncher.override { withWaylandGLFW = true; };
});
in [ steamGamescopeFix prismlauncherWayland ];
in [ steamGamescopeFix ];
programs.steam = {
enable = lib.mkDefault true;