ref(nix): enableCmus option

This commit is contained in:
Léana 江 2024-02-11 12:24:24 +01:00 committed by Léana 江
parent 74718cf901
commit e0c41a8804
5 changed files with 22 additions and 12 deletions

View file

@ -8,6 +8,7 @@
system = "x86_64-linux";
extraSettings = {
extraLanguageServers = true;
enableCmus = true;
};
};
};
@ -18,6 +19,7 @@
system = "aarch64-darwin";
extraSettings = {
extraLanguageServers = true;
enableCmus = true;
};
};