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
+1 -9
View File
@@ -2,15 +2,7 @@
let
myPackages = pypackages: with pypackages; [
pkgs.datadog-api-client
pkgs.xonsh-direnv
datadog
dateutil
ipython
pyyaml
responses
ruamel-yaml
typing-extensions
virtualenv
];
@@ -29,10 +21,10 @@ in {
home-manager
htop
myPython
nano
pwgen
transcrypt
unzip
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
];
}