From da9db685b2459f39710c60eebb110127f809b4f1 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 21 Mar 2026 01:30:26 +0100 Subject: [PATCH] feat: add some more packages should be just about the same in terms of packages with the linux mint install --- configuration.nix | 18 +++++++++++++++++- update.sh | 4 ++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 update.sh diff --git a/configuration.nix b/configuration.nix index 56d7f08..ca8a836 100644 --- a/configuration.nix +++ b/configuration.nix @@ -64,9 +64,25 @@ firefox git vim - python3 vscode chromium + jetbrains.pycharm + kdePackages.kdenlive + postman + gimp + freecad + # using appimage because it seems to be one major version up + cura-appimage + + + # python stuff goes here + (python314.withPackages (ps: with ps; [ + numpy + pandas + matplotlib + scipy + jupyter + ])) ]; # sudo configuration diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..a76eb18 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +echo "Actualizando el sistema..." +nixos-rebuild switch --flake .# \ No newline at end of file