Compare commits

..

No commits in common. "03be992cb8ba5ef88901494f5646833186d52177" and "b9af43bec26143d66a68975b784138de48a7c5ab" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -41,12 +41,11 @@ in
ms-python.python
ms-python.debugpy
ms-python.vscode-pylance
ms-python.black-formatter
];
userSettings = {
"[python]" = {
"editor.defaultFormatter" = "ms-python.black-formatter";
"editor.defaultFormatter" = "ms-python.vscode-pylance";
};
};
};

View File

@ -2,7 +2,7 @@
{
name = "Symbols Nerd Font Mono";
package = pkgs.nerd-fonts.symbols-only;
package = pkgs.nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; };
recommendedSize = 12;
fallbackFonts = [ ];
}