universedesktop: Prism wayland

This commit is contained in:
2024-06-10 23:06:04 -04:00
parent bb1560f6bb
commit 55e78faacc

View File

@@ -9,6 +9,14 @@
# Game compat # Game compat
programs.gamemode.enable = true; programs.gamemode.enable = true;
nixpkgs.overlays = [
(final: prev: {
prismlauncher = prev.prismlauncher.override {
withWaylandGLFW=true;
};
})
];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# For Steam # For Steam
protontricks protontricks