diff --git a/checks.nix b/checks.nix index 0ccf80b..0dbbfda 100644 --- a/checks.nix +++ b/checks.nix @@ -95,8 +95,6 @@ in { flycheck-eglot = doomBuildTest { tools.lsp = [ "+eglot" ]; checkers.syntax = true; }; # roam2 needs +roam disabled. org-roam2 = doomBuildTest { lang.org = [ "+roam2" ]; }; - # nerd-icons-dired needs +dirvish disabled. - nerd-icons-dired = doomBuildTest { emacs.dired = [ "+icons" ]; }; # multiple-cursors needs :editor evil disabled. multiple-cursors = doomBuildTest { editor.multiple-cursors = true; }; # flx needs +prescient disabled.