Some vscode additions

This commit is contained in:
Alexander Bantyev 2022-06-01 03:20:14 +04:00
parent bd84e7abb2
commit 06e29e9340
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -8,6 +8,7 @@ let
${config.home-manager.users.balsoft.programs.vscode.package}/bin/codium \
--enable-features=UseOzonePlatform \
--ozone-platform=wayland \
-w \
"$@"
'')
(pkgs.makeDesktopItem {
@ -57,6 +58,10 @@ in {
dhall.dhall-lang
hashicorp.terraform
timonwong.shellcheck
bungcip.better-toml
haskell.haskell
justusadam.language-haskell
ms-python.python
];
userSettings = {