Added: Python
This commit is contained in:
parent
be90521dee
commit
d93435f6d1
@ -19,7 +19,7 @@
|
||||
../../modules/regreet/regreet.nix
|
||||
../../modules/plymouth.nix
|
||||
../../modules/file_managers/spacefm.nix
|
||||
|
||||
../../modules/python.nix
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
13
modules/python.nix
Normal file
13
modules/python.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ pkgs, ...}:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(python3.withPackages (python-pkgs: with python-pkgs; [
|
||||
pandas
|
||||
request
|
||||
numpy
|
||||
scipy
|
||||
]))
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user