Add pyyaml
This commit is contained in:
parent
0fc2c18363
commit
1491636cb9
1 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{ nixosConfig, lib, pkgs, ... }:
|
||||
lib.mkIf nixosConfig.jalr.workstation.enable {
|
||||
home.packages = with pkgs; [
|
||||
python3
|
||||
python3Packages.virtualenv
|
||||
python3Packages.ipython
|
||||
(python3.withPackages (pp: with pp; [
|
||||
ipython
|
||||
pyyaml
|
||||
virtualenv
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue