Files
2026-07-04 05:01:54 +02:00

5 lines
79 B
Nix

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