nixhome/python.nix

7 lines
70 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
uv
];
}