fix(hand7s): stylix fonts&cursors
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
e7ddec2ba2
commit
eaa959363d
2 changed files with 6 additions and 6 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
stylix = {
|
stylix = {
|
||||||
cursor = {
|
cursor = {
|
||||||
name = "material_light_cursors";
|
name = "Bibata-Modern-Amber";
|
||||||
package = pkgs.material-cursors;
|
package = pkgs.bibata-cursors;
|
||||||
size = 20;
|
size = 20;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
stylix = {
|
stylix = {
|
||||||
fonts = {
|
fonts = {
|
||||||
sizes = {
|
sizes = {
|
||||||
applications = 12;
|
applications = 10;
|
||||||
desktop = 11;
|
desktop = 9;
|
||||||
popups = 11;
|
popups = 9;
|
||||||
terminal = 12;
|
terminal = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
monospace = {
|
monospace = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue