mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: tweak font
This commit is contained in:
parent
b82b4d92b3
commit
e5aab6ef2e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ with lib;
|
|||
};
|
||||
|
||||
fonts.fonts = [
|
||||
# vscode: "DejaVuSansMono Nerd Font Mono" (size 16)
|
||||
# vscode: "DejaVuSansMono Nerd Font" (size 16)
|
||||
# gnome-terminal: "DejaVu Sans Mono, Inconsolata for Powerline Medium 12"
|
||||
# gnome-terminal setting (dconf): /org/gnome/terminal/legacy/profiles/.../font
|
||||
pkgs.powerline-fonts
|
||||
|
@ -86,7 +86,7 @@ with lib;
|
|||
"security.workspace.trust.startupPrompt" = "never";
|
||||
"security.workspace.trust.untrustedFiles" = "newWindow";
|
||||
"terminal.external.linuxExec" = "x-terminal-emulator";
|
||||
"terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font Mono";
|
||||
"terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font";
|
||||
"terminal.integrated.fontSize" = 16;
|
||||
"terminal.integrated.showExitAlert" = false;
|
||||
"trailing-spaces.highlightCurrentLine" = false;
|
||||
|
|
Loading…
Reference in a new issue