Updated everything
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
userSettings = {
|
||||
"workbench.colorTheme" = "Evondev Dracula Night Contrast";
|
||||
"workbench.iconTheme" = "vscode-icons";
|
||||
"editor.fontFamily" = "FiraCode Nerd Font Mono";
|
||||
"editor.fontLigatures" = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -47,8 +49,8 @@
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];};
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
name = "FiraCode Nerd Font Mono";
|
||||
};
|
||||
|
||||
emoji = {
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];};
|
||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user