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