adjusted cursor size
This commit is contained in:
parent
52e988df3b
commit
ec68abe674
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ in with lib; {
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
package = pkgs.phinger-cursors;
|
package = pkgs.phinger-cursors;
|
||||||
name = "phinger-cursors";
|
name = "phinger-cursors";
|
||||||
size = 20;
|
size = 30;
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
package = pkgs.montserrat;
|
package = pkgs.montserrat;
|
||||||
|
|
Loading…
Reference in a new issue