From 5be7c3f389496146d4cb91da2b6a0412cb7c1b16 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Feb 2022 13:53:39 -0800 Subject: devel: create new directory for devel modules Add python, and move go from the cli modules. Install these modules only if we're a "desktop". --- users/fcuny/devel/python.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 users/fcuny/devel/python.nix (limited to 'users/fcuny/devel/python.nix') 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 + ]; +} -- cgit v1.2.3