gaming: deprecate withWaylandGLFW
This commit is contained in:
parent
b12d78c931
commit
5c34a1ed98
@ -6,10 +6,7 @@ in
|
|||||||
{
|
{
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
nixpkgs.overlays = let
|
nixpkgs.overlays = let
|
||||||
prismlauncher-config = (final: prev: {
|
in lib.mkAfter [ ];
|
||||||
prismlauncher = prev.prismlauncher.override { withWaylandGLFW = true; };
|
|
||||||
});
|
|
||||||
in lib.mkAfter [ prismlauncher-config ];
|
|
||||||
|
|
||||||
nixfiles.common.wm.autostart = [
|
nixfiles.common.wm.autostart = [
|
||||||
"steam -silent"
|
"steam -silent"
|
||||||
|
@ -28,10 +28,7 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
prismlauncherWayland = (final: prev: {
|
in [ steamGamescopeFix ];
|
||||||
prismlauncher = prev.prismlauncher.override { withWaylandGLFW = true; };
|
|
||||||
});
|
|
||||||
in [ steamGamescopeFix prismlauncherWayland ];
|
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user