Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-17 17:25:23 +00:00
53 changed files with 746 additions and 675 deletions

View File

@@ -1,10 +1,9 @@
{ pkgs, ... }@all: with all;
{
{ pkgs, ... }@all: with all; {
home = let
python-with-packages = pkgs.python3.withPackages (pp: with pp; [
ipython
requests
debugpy
# debugpy
black
uv
uv-build
@@ -13,7 +12,7 @@
packages = [
python-with-packages
] ++ (with pkgs; [
python311Packages.python-lsp-server
python313Packages.python-lsp-server
ruff
pyright
]);