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, ...}: {
|
||||
stylix = {
|
||||
cursor = {
|
||||
name = "material_light_cursors";
|
||||
package = pkgs.material-cursors;
|
||||
name = "Bibata-Modern-Amber";
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 20;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
stylix = {
|
||||
fonts = {
|
||||
sizes = {
|
||||
applications = 12;
|
||||
desktop = 11;
|
||||
popups = 11;
|
||||
terminal = 12;
|
||||
applications = 10;
|
||||
desktop = 9;
|
||||
popups = 9;
|
||||
terminal = 10;
|
||||
};
|
||||
|
||||
monospace = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue