mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds script to install python-pip packages for when required
This commit is contained in:
parent
aa3b1439b0
commit
f78c95efe3
1 changed files with 7 additions and 0 deletions
|
|
@ -62,6 +62,13 @@
|
||||||
android-tools
|
android-tools
|
||||||
sshpass
|
sshpass
|
||||||
|
|
||||||
|
# Install pip packages
|
||||||
|
# python3
|
||||||
|
# python3Packages.pip
|
||||||
|
# (writeShellScriptBin "install-pip-packages" '' # This script does not run, yet.
|
||||||
|
# pip install --user --break-system-packages <package>
|
||||||
|
# '')
|
||||||
|
|
||||||
# GUI shit
|
# GUI shit
|
||||||
element-desktop
|
element-desktop
|
||||||
gajim
|
gajim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue