fonts and hyprland

This commit is contained in:
Reid 2024-05-06 20:21:00 -07:00
parent 34e16f9ccf
commit abc75f79f8
6 changed files with 51 additions and 59 deletions

View file

@ -30,10 +30,10 @@ in {
enableUpdateCheck = false;
userSettings = with config.modules.desktop.fonts.fonts; {
"editor.fontFamily" = "'${monospace.family}', monospace";
"editor.fontSize" = monospace.size + 3; # needed??
"editor.fontSize" = monospace.size;
"terminal.integrated.fontFamily" = "\"${monospace.family}\"";
"terminal.integrated.fontSize" = monospace.size + 3; # needed??
"terminal.integrated.fontSize" = monospace.size;
"telemetry.telemetryLevel" = "off";