From c832f5ff72e3de99573252982c11c38b4036179a Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Thu, 30 Jan 2025 19:06:49 +0100 Subject: [PATCH] Allowed mathematica as unfree package --- user-modules/development/ide/mathematica.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user-modules/development/ide/mathematica.nix b/user-modules/development/ide/mathematica.nix index e92ef0c..ffb32a8 100644 --- a/user-modules/development/ide/mathematica.nix +++ b/user-modules/development/ide/mathematica.nix @@ -15,6 +15,10 @@ in }; config = mkIf cfg.enable { + modules.unfree.allowedPackages = [ + "mathematica" + ]; + home.packages = with pkgs; [ mathematica ];