From f440ba84f27fb322448e444b7eb62ff56033fc67 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 22 Jun 2024 04:24:07 -0700 Subject: feat: initial configuration --- tools/languages/python/default.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/languages/python/default.nix (limited to 'tools/languages/python') diff --git a/tools/languages/python/default.nix b/tools/languages/python/default.nix new file mode 100644 index 0000000..050e2bb --- /dev/null +++ b/tools/languages/python/default.nix @@ -0,0 +1 @@ +{ pkgs, ... }: { home.packages = with pkgs; [ poetry python3 ]; } -- cgit v1.2.3