mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Merge branch 'main' of codeberg.org:muon/home
This commit is contained in:
commit
a0cc980491
5 changed files with 12 additions and 5 deletions
|
|
@ -122,7 +122,10 @@
|
|||
bash.enable = true;
|
||||
rust.enable = true;
|
||||
rust.crates.enable = true;
|
||||
|
||||
python.enable = true;
|
||||
python.lsp.server = "pyright";
|
||||
# python.lsp.package = [(lib.getExe pkgs.ruff) "server"];
|
||||
python.format.type = "ruff";
|
||||
|
||||
clang = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue