mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 21:05:50 +08:00
update distrobox4nix
This commit is contained in:
parent
42447b4e74
commit
53168e7b60
3 changed files with 10 additions and 6 deletions
|
|
@ -5,6 +5,10 @@
|
|||
python-project = {
|
||||
image = "fedora:latest";
|
||||
additional_packages = "python3 python3-pip git python3-numpy python3-scipy python3-matplotlib python3-pandas";
|
||||
init_hooks = [
|
||||
"ln -s /usr/bin/distrobox-host-exec /usr/local/bin/evince"
|
||||
"ln -s /usr/bin/distrobox-host-exec /usr/local/bin/latexmk"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue