diff options
| author | Baitinq <[email protected]> | 2022-07-11 22:52:09 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-11 22:52:09 +0200 |
| commit | 64bc44b6e3df9e28520c830da01d43061e008a71 (patch) | |
| tree | 7cb6a4c611da6a2a3915619cfaf03bb7ff638c81 /hosts/home.nix | |
| parent | Enable direnv (diff) | |
| download | nixos-config-64bc44b6e3df9e28520c830da01d43061e008a71.tar.gz nixos-config-64bc44b6e3df9e28520c830da01d43061e008a71.tar.bz2 nixos-config-64bc44b6e3df9e28520c830da01d43061e008a71.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 |