Files
2026-06-24 20:20:23 +02:00

5 lines
79 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ basedpyright ];
}