diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-08-15 14:08:40 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-08-15 14:08:40 -0700 |
| commit | d1140c1ea30ac817c4722856ea318b57bfb48da4 (patch) | |
| tree | 03a25135b9bbc2d2872bc3604cd5949daf065694 /roles | |
| parent | 3881c91e3f0af0463ef1a970cfa82c5afb5eaf53 (diff) | |
home: dev: explicitly set vscode font
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/home/dev/vscode.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/home/dev/vscode.nix b/roles/home/dev/vscode.nix index 571b335..8c4e730 100644 --- a/roles/home/dev/vscode.nix +++ b/roles/home/dev/vscode.nix @@ -24,6 +24,7 @@ "workbench.colorTheme" = "Gruvbox Dark Medium"; "workbench.iconTheme" = "vscode-icons"; "window.titleBarStyle" = "custom"; + "editor.fontFamily" = "monospace"; "git.confirmSync" = false; |