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 | 4acf991c77886e8dc1d5dc68d9905b2a73446307 (patch) | |
| tree | 3048cd92950fc7d92d2a057b881913a183c9dfbc /hosts | |
| parent | Remove shells (diff) | |
| download | nixos-config-4acf991c77886e8dc1d5dc68d9905b2a73446307.tar.gz nixos-config-4acf991c77886e8dc1d5dc68d9905b2a73446307.tar.bz2 nixos-config-4acf991c77886e8dc1d5dc68d9905b2a73446307.zip | |
VSCode: Add haskell extensions
Diffstat (limited to 'hosts')
| -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 ]; }; }; |