oh-my-posh, code, packages

This commit is contained in:
foglar 2024-11-14 17:57:21 +01:00
parent 7c533d7c87
commit 89c29f05e4
3 changed files with 9 additions and 2 deletions

View File

@ -12,7 +12,6 @@
home.packages = with pkgs; [
vscode
python3
dotnet-sdk_8
];
programs.vscode = {
@ -43,6 +42,9 @@
"[python]" = {
"editor.defaultFormatter" = "ms-python.black-formatter";
};
"[html]" = {
"editor.defaultFormatter" = "esbenp.prettier-vscode";
};
"python.defaultInterpreterPath" = "${pkgs.python3}";
"nix.serverPath" = "nixd";
"nix.enableLanguageServer" = true;

View File

@ -26,6 +26,11 @@
go
jq
conda
jetbrains.webstorm
jetbrains.pycharm-professional
dotnet-sdk_8
nodejs
pnpm
];
};
}