feat(doom): enable haskell module to simplify xmonad configuration

This commit is contained in:
Khaïs COLIN 2025-02-09 13:34:29 +01:00
parent 2b0e8a8669
commit 3c6a5f3ee2
2 changed files with 5 additions and 2 deletions

View file

@ -82,6 +82,9 @@ in {
ollama
# windows
cassowary
# xmonad
# apparently this is needed for the haskell lsp
ghc
];
file = {
@ -238,7 +241,7 @@ in {
programs.doom-emacs = {
enable = true;
doomDir = ./doom.d;
extraBinPackages = with pkgs; [clang-tools nil nixd];
extraBinPackages = with pkgs; [clang-tools nil nixd haskell-language-server ghc];
};
programs.yazi = {