about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-01 01:01:02 +0200
committerBaitinq <[email protected]>2022-07-01 01:01:02 +0200
commit7721aaa3cd76e8df177c2cca72be12f35a339c85 (patch)
tree5751a544a291e8283ef944545e8eef9a6b582e62 /hosts
parentRemove shells (diff)
downloadnixos-config-7721aaa3cd76e8df177c2cca72be12f35a339c85.tar.gz
nixos-config-7721aaa3cd76e8df177c2cca72be12f35a339c85.tar.bz2
nixos-config-7721aaa3cd76e8df177c2cca72be12f35a339c85.zip
VSCode: Add haskell extensions
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix2
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
       ];
     };
   };