{pkgs, ...}: { home.packages = with pkgs; [ # Nix alejandra nil # Python (python3.withPackages (ps: with ps; [ ipython python-lsp-server pylsp-mypy tkinter numpy scipy matplotlib ])) ruff isort poetry # Fortran gfortran fortls # Rust toolchain cargo rustc rustfmt rust-analyzer # Shell and misc shfmt shellcheck nodePackages.prettier ]; }