Move most of Python to home-manager

This commit is contained in:
Greg Hellings
2022-09-16 11:04:22 -05:00
parent ca1907eae9
commit 206f84c4da
2 changed files with 21 additions and 9 deletions
+20
View File
@@ -4,6 +4,24 @@ let
guiImports = if gui then
[ ./gui ] else [];
myPackages = pypackages: with pypackages; [
pkgs.datadog-api-client
pkgs.xonsh-direnv
black
datadog
dateutil
flake8
ipython
pyyaml
responses
ruamel-yaml
tox
typing-extensions
virtualenv
];
myPython = pkgs.python3.withPackages myPackages;
in {
imports = [
./modules
@@ -27,7 +45,9 @@ in {
git
gnupatch
hms
htop
libtheora
myPython
nano
tmux
transcrypt