mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
add pyright
This commit is contained in:
parent
c73eff35be
commit
d185dc8c29
2 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
};
|
||||
servers = {
|
||||
ruff.enable = true;
|
||||
pyright.enable = true;
|
||||
lua_ls.enable = true;
|
||||
bashls.enable = true;
|
||||
nixd = {
|
||||
|
|
|
|||
3
os/programs/miracle-wm.nix
Normal file
3
os/programs/miracle-wm.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
programs.wayland.miracle-wm.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue