From 3de4649e18f1cc4dcf1bbed9419dd2ab8d3baa5d Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sun, 13 Feb 2022 16:09:26 +0000 Subject: [PATCH] Add some python libs --- user/daniel/home.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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