Add some python libs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user