add qmlls

This commit is contained in:
EdenQwQ 2025-10-18 21:42:05 +08:00
parent 5e08e02cd5
commit 3bc73d6eaf
2 changed files with 5 additions and 0 deletions

View file

@ -74,6 +74,10 @@
"rmd" "rmd"
]; ];
}; };
qmlls = {
enable = true;
filetypes = [ "qml" ];
};
}; };
}; };
conform-nvim = { conform-nvim = {

View file

@ -21,6 +21,7 @@
xwayland-satellite xwayland-satellite
wmname wmname
inputs.hexecute.packages.${pkgs.system}.default inputs.hexecute.packages.${pkgs.system}.default
inputs.quickshell.packages.${pkgs.system}.default
]; ];
home.file."scripts" = { home.file."scripts" = {
source = ./scripts; source = ./scripts;