From fe5dd2d660c51854dd6c9cb839b3d4803526db77 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Sat, 28 Mar 2026 08:58:13 +0100 Subject: [PATCH] Miscellanious --- hosts/laptop/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 41b27da..f9db28d 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -217,6 +217,11 @@ krita # image edition yt-dlp# some youtube downloader vlc + (pkgs-unstable.python314.withPackages (ps: with ps; [ + matplotlib + networkx + scipy + ])) #some nix tools manix deadnix