Add some python libs

This commit is contained in:
2022-02-13 16:09:26 +00:00
parent 72a25319b0
commit 3de4649e18

View File

@@ -80,7 +80,16 @@
oh-my-zsh oh-my-zsh
pavucontrol pavucontrol
playerctl playerctl
python3 (
let
my-python-packages = python-packages: with python-packages; [
tkinter
requests
];
python-with-my-packages = python3.withPackages my-python-packages;
in
python-with-my-packages
)
ranger ranger
restic restic
rofi rofi