fix: correct name

This commit is contained in:
Noa Aarts 2024-10-03 19:04:53 +02:00
parent f5a9ca154c
commit 421ea26aab
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -31,7 +31,7 @@
python-pkgs.pip python-pkgs.pip
python-pkgs.black python-pkgs.black
]))) ])))
(lib.mkIf config.modules.apps.neovim.enableLanguages hls) (lib.mkIf config.modules.apps.neovim.enableLanguages haskell-language-server)
]; ];
defaultEditor = true; defaultEditor = true;
viAlias = true; viAlias = true;