aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/devel/python.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/devel/python.nix')
-rw-r--r--users/fcuny/devel/python.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/fcuny/devel/python.nix b/users/fcuny/devel/python.nix
new file mode 100644
index 0000000..4a3e53c
--- /dev/null
+++ b/users/fcuny/devel/python.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+ home.packages = with pkgs; [
+ python310
+ ];
+}