mathematica
This commit is contained in:
parent
ed9f898dfd
commit
f6e8fdea86
1 changed files with 14 additions and 3 deletions
15
home.nix
15
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.
|
||||
|
|
@ -86,6 +97,7 @@ let username = "clara"; in
|
|||
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue