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