mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -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;
|
||||
name = "Bibata-Modern-Classic";
|
||||
package = pkgs.bibata-cursors;
|
||||
size = lib.mkDefault 20;
|
||||
size = lib.mkDefault 24;
|
||||
|
||||
x11 = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue