qol: make qmlls work with quickshell

This commit is contained in:
2025-12-22 00:54:37 +00:00
parent da85b5cd0c
commit 036b87d978
3 changed files with 5 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ in
servers = {
qmlls = {
enable = true;
config = {
cmd = "-E";
};
};
rust_analyzer = {
enable = true;