mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-14 02:28:17 +08:00
use distrobox4nix
This commit is contained in:
parent
26124a0e4d
commit
42447b4e74
7 changed files with 30 additions and 16 deletions
|
|
@ -7,5 +7,6 @@
|
|||
./zed.nix
|
||||
./nixvim
|
||||
./R.nix
|
||||
./distrobox.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
11
home/programs/coding/distrobox.nix
Normal file
11
home/programs/coding/distrobox.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.distrobox = {
|
||||
enable = true;
|
||||
containers = {
|
||||
python-project = {
|
||||
image = "fedora:latest";
|
||||
additional_packages = "python3 python3-pip git python3-numpy python3-scipy python3-matplotlib python3-pandas";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue