all repos — nixfiles @ 32707a1e7b672a487d15957913f6a0d8ab492a4a

System and user configuration, managed by nix and home-manager

marvin: add initial python setup

Alan Pearce
commit

32707a1e7b672a487d15957913f6a0d8ab492a4a

parent

4ce2ada7abd2d6b4c7f64e09a0067e6cc5f76d74

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 + ]; +}