diff --git a/user/daniel/home.nix b/user/daniel/home.nix index 64d4b9f..c0bbb4c 100644 --- a/user/daniel/home.nix +++ b/user/daniel/home.nix @@ -80,7 +80,16 @@ oh-my-zsh pavucontrol 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 restic rofi