mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 07:35:38 +00:00
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:
parent
0bbbabd6e8
commit
20fcca6bda
@ -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;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user