Compare commits
2 Commits
b9af43bec2
...
03be992cb8
Author | SHA1 | Date |
---|---|---|
![]() |
03be992cb8 | |
![]() |
727c0802a7 |
|
@ -41,11 +41,12 @@ 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.vscode-pylance";
|
"editor.defaultFormatter" = "ms-python.black-formatter";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "Symbols Nerd Font Mono";
|
name = "Symbols Nerd Font Mono";
|
||||||
package = pkgs.nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; };
|
package = pkgs.nerd-fonts.symbols-only;
|
||||||
recommendedSize = 12;
|
recommendedSize = 12;
|
||||||
fallbackFonts = [ ];
|
fallbackFonts = [ ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue