Adjust font sizes

This commit is contained in:
Evie Litherland-Smith 2023-10-15 10:44:26 +01:00
parent 5a21ba921a
commit 9b28d81401

View file

@ -44,10 +44,10 @@
package = pkgs.fira; package = pkgs.fira;
}; };
sizes = { sizes = {
applications = 14; applications = 12;
desktop = 12; desktop = 12;
popups = 12; popups = 12;
terminal = 14; terminal = 12;
}; };
}; };
homeManagerIntegration.followSystem = true; homeManagerIntegration.followSystem = true;