devPkgs: add requests to python

This commit is contained in:
Colin 2023-11-05 20:02:40 +00:00
parent b59685cc9d
commit f6eadd3696

View File

@ -148,7 +148,7 @@ in
# "oathToolkit" # for oathtool
# "ponymix"
"pulsemixer"
"python3"
"python3-repl"
# "python3Packages.eyeD3" # music tagging
"ripgrep" # needed as a user package so that its user-level config file can be installed
"rsync"
@ -205,6 +205,7 @@ in
"clang"
"lua"
"nodejs"
"patchelf"
"rustc"
"tree-sitter"
];
@ -245,6 +246,10 @@ in
# settings (electron app)
obsidian.persist.plaintext = [ ".config/obsidian" ];
python3-repl.package = pkgs.python3.withPackages (ps: with ps; [
requests
]);
# creds, media
signal-desktop.persist.private = [ ".config/Signal" ];