Skip to content

Commit

Permalink
remove font ligatures add integrated terminal glyphs and images
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Mar 15, 2024
1 parent e35c74b commit 44c4e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion home/features/desktop/hyprland/wofi.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{

...
}:

Expand Down
4 changes: 3 additions & 1 deletion home/features/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
# "audioCues.chatRequestSent" = "auto";
"breadcrumbs.enabled" = true;
"editor.accessibilityPageSize" = 500;
"editor.fontLigatures" = true;
"editor.fontLigatures" = false;
"editor.fontSize" = 12;
"editor.fontVariations" = true;
"editor.fontWeight" = "normal";
Expand Down Expand Up @@ -175,6 +175,8 @@
"terminal.integrated.defaultProfile.linux" = "bash";
"terminal.integrated.fontSize" = 12;
"terminal.integrated.mouseWheelZoom" = true;
"terminal.integrated.enableImages" = true;
"terminal.integrated.customGlyphs" = true;

# Nix IDE
"nix.enableLanguageServer" = true;
Expand Down

0 comments on commit 44c4e92

Please sign in to comment.