haskell linter

feat/kile-v2
Ricard Illa 2022-02-02 13:33:02 +01:00
parent 5ec54fbaec
commit 4907420959
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [ black jq sqlfluff nixfmt shfmt ];
home.packages = with pkgs; [ black jq sqlfluff nixfmt shfmt hlint ];
programs.neovim = {
enable = true;
viAlias = true;