feat: upgrade to 25.05

This commit is contained in:
Jacob Bachmann 2025-08-18 17:29:03 +02:00
parent 48f8497118
commit 2982447d51
No known key found for this signature in database
GPG key ID: 7753026D577922A6
5 changed files with 31 additions and 31 deletions

View file

@ -13,7 +13,7 @@
pkgs.imagemagick # software suite to create, edit, compose, or convert bitmap images
pkgs.ghostscript # postscript interpreter (mainline version)
pkgs.pdftk # command-line tool for working with pdfs
pkgs.ventoy-full # bootable usb solution
# pkgs.ventoy-full # bootable usb solution
pkgs.unstable.isisdl # downloader for isis of tu-berlin
pkgs.sage # open source mathematics software, free alternative to magma, maple, mathematica, and matlab
pkgs.filebrowser # filebrowser is a web application for managing files and directories

View file

@ -8,6 +8,6 @@
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
pinentryPackage = pkgs.pinentry-gnome3;
pinentry.package = pkgs.pinentry-gnome3;
};
}

View file

@ -21,7 +21,7 @@
save = 10000;
};
initExtra = ''
initContent = ''
nix_dev_env() {
FLAKE="$PWD/flake.nix"
[[ -z "$CURRENT_FLAKE_ENV" ]] && \