updates and moved tor out of user profile

This commit is contained in:
Julian Sutter 2024-11-17 21:48:33 -08:00
parent 5bc9283768
commit 9eee45c4c0
4 changed files with 11 additions and 12 deletions

View file

@ -6,5 +6,6 @@ environment.systemPackages = with pkgs; [
feather
electrum
bisq-desktop
kleopatra
];
}

View file

@ -5,5 +5,6 @@
environment.systemPackages = with pkgs; [
(python3.withPackages(ps: with ps; [ pandas requests ]))
nodejs
rpi-imager
];
}