emacs support for new languages + dependencies

This commit is contained in:
2025-03-25 01:26:35 -06:00
parent 39ce87696c
commit 6846fc3eec
7 changed files with 68 additions and 3 deletions

View File

@@ -9,8 +9,12 @@
config = lib.mkIf config.my.dev.haskell.enable {
users.users.jawz.packages = builtins.attrValues {
inherit (pkgs)
ghc # compiler
haskell-language-server # lsp
haskell-language-server # LSP server for Haskell
cabal-install # Standard Haskell build tool
hlint # Linter for Haskell source code
;
inherit (pkgs.haskellPackages)
hoogle # Haskell API search engine
;
};
environment.variables = {