fonts and hyprland
This commit is contained in:
parent
34e16f9ccf
commit
abc75f79f8
6 changed files with 51 additions and 59 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue