Compare commits
No commits in common. "03be992cb8ba5ef88901494f5646833186d52177" and "b9af43bec26143d66a68975b784138de48a7c5ab" have entirely different histories.
03be992cb8
...
b9af43bec2
|
@ -41,12 +41,11 @@ in
|
||||||
ms-python.python
|
ms-python.python
|
||||||
ms-python.debugpy
|
ms-python.debugpy
|
||||||
ms-python.vscode-pylance
|
ms-python.vscode-pylance
|
||||||
ms-python.black-formatter
|
|
||||||
];
|
];
|
||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"[python]" = {
|
"[python]" = {
|
||||||
"editor.defaultFormatter" = "ms-python.black-formatter";
|
"editor.defaultFormatter" = "ms-python.vscode-pylance";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "Symbols Nerd Font Mono";
|
name = "Symbols Nerd Font Mono";
|
||||||
package = pkgs.nerd-fonts.symbols-only;
|
package = pkgs.nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; };
|
||||||
recommendedSize = 12;
|
recommendedSize = 12;
|
||||||
fallbackFonts = [ ];
|
fallbackFonts = [ ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue