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
|
|
@ -136,7 +136,7 @@
|
|||
;;gdscript ; the language you waited for
|
||||
;;(go +lsp) ; the hipster dialect
|
||||
;;(graphql +lsp) ; Give queries a REST
|
||||
;;(haskell +lsp) ; a language that's lazier than I am
|
||||
(haskell +lsp) ; a language that's lazier than I am
|
||||
;;hy ; readability of scheme w/ speed of python
|
||||
;;idris ; a language you can depend on
|
||||
;;json ; At least it ain't XML
|
||||
|
|
|
|||
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