fix wayland + nvidia for eevee

This commit is contained in:
Vivian 2023-04-22 17:58:40 +02:00
parent 77ba5eb1f2
commit 9e96ff6f21
3 changed files with 6 additions and 4 deletions

View file

@ -4,9 +4,9 @@ let
cursorTheme = config.home.pointerCursor.name;
in {
home.pointerCursor = {
name = "Bibata_Ghost";
name = "Bibata-Modern-Classic";
size = 24;
package = pkgs.bibata-cursors-translucent;
package = pkgs.bibata-cursors;
};
gtk = {