about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 3941d6c..c406328 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -95,12 +95,21 @@ in
       extraPackages = epkgs: with epkgs; [
         use-package
 
+        direnv
+
         evil
         evil-collection
 
         doom-modeline
         dashboard
 
+        lsp-ui
+        projectile
+
+        lsp-mode
+        company
+        lsp-haskell
+
         nix-mode
         haskell-mode
         typescript-mode