1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix: explicity set font size for applications

This commit is contained in:
oddlama 2023-09-22 12:39:54 +02:00
parent bf7ec956ae
commit 55d6e6a102
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -36,7 +36,7 @@
stylix.fonts.sizes = {
#desktop = 20;
#applications = 20;
applications = 10;
terminal = 20;
#popups = 20;
};