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