diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-11 22:52:09 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-11 22:52:09 +0200 |
commit | e389335833047bb72a66a1f3d30760214e4c4fe0 (patch) | |
tree | c47ca9a5bdf67229ba71cd432d1808f773d61659 /hosts/home.nix | |
parent | Enable direnv (diff) | |
download | nixos-config-e389335833047bb72a66a1f3d30760214e4c4fe0.tar.gz nixos-config-e389335833047bb72a66a1f3d30760214e4c4fe0.tar.bz2 nixos-config-e389335833047bb72a66a1f3d30760214e4c4fe0.zip |
Emacs: Enable direnv and lsp (haskell)
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 9 |
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 |