streamlining

This commit is contained in:
Daniel Winkler 2025-06-02 13:44:47 +02:00
commit ebc7cd7b8b
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -100,14 +100,14 @@
suffix-LD = false;
hosts = {
python3.enable = true;
m = {
marimo = {
enable = true;
path = {
value = "${pkgs.uv}/bin/uv";
args = ["--add-flags" "run marimo edit"];
};
};
n = {
neovide = {
enable = true;
path = {
value = "${pkgs.neovide}/bin/neovide";

View file

@ -1,6 +1,5 @@
final: prev: let
reqPkgs = (pyPackages: with pyPackages;[
pandas
requests
]);
in {