{config, pkgs, ...}: { home.packages = with pkgs; [oreo-cursors-plus]; home.pointerCursor = { name = "oreo-cursors-plus"; package = pkgs.oreo-cursors-plus; size = 32; gtk.enable = true; }; }