mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
home/theme: bump cursor size to 24 for scaling issues
This commit is contained in:
parent
c85e597584
commit
c6c8d2bd10
|
@ -17,7 +17,7 @@ in {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
name = "Bibata-Modern-Classic";
|
name = "Bibata-Modern-Classic";
|
||||||
package = pkgs.bibata-cursors;
|
package = pkgs.bibata-cursors;
|
||||||
size = lib.mkDefault 20;
|
size = lib.mkDefault 24;
|
||||||
|
|
||||||
x11 = {
|
x11 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue