diff options
| author | Fuwn <[email protected]> | 2024-06-22 04:24:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-22 04:24:07 -0700 |
| commit | f440ba84f27fb322448e444b7eb62ff56033fc67 (patch) | |
| tree | 8b041fc95766367e4a6fa99b6594dadb1728dacb /tools/languages/python/default.nix | |
| download | home-manager-config-f440ba84f27fb322448e444b7eb62ff56033fc67.tar.xz home-manager-config-f440ba84f27fb322448e444b7eb62ff56033fc67.zip | |
feat: initial configuration
Diffstat (limited to 'tools/languages/python/default.nix')
| -rw-r--r-- | tools/languages/python/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 ]; } |