diff options
| author | Baitinq <[email protected]> | 2022-07-01 01:01:02 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-01 01:01:02 +0200 |
| commit | 7721aaa3cd76e8df177c2cca72be12f35a339c85 (patch) | |
| tree | 5751a544a291e8283ef944545e8eef9a6b582e62 /hosts/home.nix | |
| parent | Remove shells (diff) | |
| download | nixos-config-7721aaa3cd76e8df177c2cca72be12f35a339c85.tar.gz nixos-config-7721aaa3cd76e8df177c2cca72be12f35a339c85.tar.bz2 nixos-config-7721aaa3cd76e8df177c2cca72be12f35a339c85.zip | |
VSCode: Add haskell extensions
Diffstat (limited to 'hosts/home.nix')
| -rw-r--r-- | hosts/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index bb8d0bb..c1df4c6 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -159,6 +159,8 @@ in extensions = with pkgs.vscode-extensions; [ esbenp.prettier-vscode bbenoist.nix + haskell.haskell + justusadam.language-haskell ]; }; }; |