feat(doom): enable haskell module to simplify xmonad configuration
This commit is contained in:
parent
2b0e8a8669
commit
3c6a5f3ee2
2 changed files with 5 additions and 2 deletions
5
home.nix
5
home.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue