add pyright

This commit is contained in:
EdenQwQ 2025-04-13 23:52:20 +08:00
parent c73eff35be
commit d185dc8c29
2 changed files with 4 additions and 0 deletions

View file

@ -28,6 +28,7 @@
};
servers = {
ruff.enable = true;
pyright.enable = true;
lua_ls.enable = true;
bashls.enable = true;
nixd = {

View file

@ -0,0 +1,3 @@
{
programs.wayland.miracle-wm.enable = true;
}