add cursor to fix firefox not rendering links

however, the cursor is too big and i can't seem to make it smaller
This commit is contained in:
Noah Masur 2024-07-07 10:06:09 -04:00
parent 0bbbabd6e8
commit 20fcca6bda
No known key found for this signature in database

View File

@ -21,5 +21,15 @@
accelProfile = "flat";
accelSpeed = "1.15";
};
# Cursor
home-manager.users.${config.user}.home.pointerCursor = {
name = "Adwaita";
package = pkgs.gnome3.adwaita-icon-theme;
size = 24;
gtk.enable = true;
x11.enable = true;
};
};
}