Merge branch 'main' of codeberg.org:muon/home

This commit is contained in:
muon 2025-08-16 18:49:23 +00:00
commit a0cc980491
5 changed files with 12 additions and 5 deletions

View file

@ -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 = {