universedesktop: Prism wayland
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user