ref(nix): extraUtils option

This commit is contained in:
Léana 江 2024-02-11 12:31:34 +01:00 committed by Léana 江
parent e0c41a8804
commit 453d222600
5 changed files with 33 additions and 31 deletions

View file

@ -43,6 +43,7 @@
defaultExtraSettings = {
extraLanguageServers = false;
extraUtils = false;
enableCmus = false;
};