mathematica

This commit is contained in:
Clara Dautermann 2024-12-08 18:41:30 +01:00
parent ed9f898dfd
commit f6e8fdea86
Signed by: clara
GPG key ID: 223391B52FAD4463

View file

@ -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 = {