Allowed mathematica as unfree package

This commit is contained in:
Jan-Bulthuis 2025-01-30 19:06:49 +01:00
parent 030c41f7a0
commit c832f5ff72
1 changed files with 4 additions and 0 deletions

View File

@ -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
]; ];