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 { tex = (pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-full; 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 in
let username = "clara"; in
{ {
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.
@ -86,6 +97,7 @@ let username = "clara"; in
vdhcoapp vdhcoapp
inkscape inkscape
prusa-slicer prusa-slicer
mathematikapkg
] ++ (if x11mode then [ ] ++ (if x11mode then [
arandr arandr
flameshot flameshot
@ -98,7 +110,6 @@ let username = "clara"; in
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
# dotfiles # dotfiles
home.file = { home.file = {