home/packages: Remove RStudio, add zotero

This commit is contained in:
The Hedgehog 2022-09-22 08:11:58 -04:00
parent 3a5abd6cc2
commit 7ead2895a6
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -14,11 +14,6 @@
tkinter
];
python-custom = pkgs.python310.withPackages myPythonPackages;
# RStudio-with-my-packages = rstudioWrapper.override {
# packages = with rPackages; [
#
# ];
# };
in {
home.packages = with pkgs; [
age-plugin-yubikey
@ -101,6 +96,7 @@ in {
yt-dlp
ytfzf
yubikey-agent
zotero
zulip
];
}