mathematica
This commit is contained in:
parent
ed9f898dfd
commit
f6e8fdea86
1 changed files with 14 additions and 3 deletions
17
home.nix
17
home.nix
|
|
@ -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.
|
||||||
|
|
@ -79,13 +90,14 @@ let username = "clara"; in
|
||||||
libreoffice
|
libreoffice
|
||||||
scribus
|
scribus
|
||||||
pandoc
|
pandoc
|
||||||
# qgis-ltr
|
# qgis-ltr
|
||||||
mpv
|
mpv
|
||||||
helvum
|
helvum
|
||||||
gvfs
|
gvfs
|
||||||
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue