use wayland glfw
This commit is contained in:
parent
e4be2c87c3
commit
2e4da04666
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ in
|
||||||
{
|
{
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.prismlauncher
|
(pkgs.prismlauncher.override{withWaylandGLFW=true;})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue