marvin: add initial python setup
1 file changed, 7 insertions(+), 0 deletions(-)
changed files
A user/settings/development/python.nix
@@ -0,0 +1,7 @@ +{ pkgs +, ... +}: { + home.packages = with pkgs; [ + uv + ]; +}