Allowed mathematica as unfree package
This commit is contained in:
parent
030c41f7a0
commit
c832f5ff72
|
@ -15,6 +15,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
modules.unfree.allowedPackages = [
|
||||||
|
"mathematica"
|
||||||
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
mathematica
|
mathematica
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue