From f6e8fdea86c35e72367953d46c55ea75833773b0 Mon Sep 17 00:00:00 2001 From: Clara Dautermann Date: Sun, 8 Dec 2024 18:41:30 +0100 Subject: [PATCH] mathematica --- home.nix | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index b3e17b0..b2c59f2 100644 --- a/home.nix +++ b/home.nix @@ -3,8 +3,19 @@ let tex = (pkgs.texlive.combine { inherit (pkgs.texlive) scheme-full; }); + username = "clara"; + mathematikapkg = pkgs.mathematica.override { + source = pkgs.requireFile { + name = "Mathematica_12.3.1_LINUX.sh"; + sha256 = "1yj33m7xxhvlj11bjphzafdqlja7jj0w59ppwnc0lkv9ay0hgngp"; + message = '' + Your override for Mathematica includes a different src for the installer, + and it is missing. + ''; + hashMode = "recursive"; + }; + }; in -let username = "clara"; in { # Home Manager needs a bit of information about you and the paths it should # manage. @@ -79,13 +90,14 @@ let username = "clara"; in libreoffice scribus pandoc - # qgis-ltr + # qgis-ltr mpv helvum gvfs vdhcoapp inkscape prusa-slicer + mathematikapkg ] ++ (if x11mode then [ arandr flameshot @@ -98,7 +110,6 @@ let username = "clara"; in - fonts.fontconfig.enable = true; # dotfiles home.file = {