fix wayland + nvidia for eevee
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-04-22 17:58:40 +02:00
parent 329cee1404
commit 0cb9e1ac06
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 = {