Fixed some packages

This commit is contained in:
Jan-Bulthuis 2025-05-09 14:59:38 +02:00
parent 3d54536168
commit 2a8fcf627b
3 changed files with 8 additions and 2 deletions

View File

@ -11,7 +11,7 @@ let
my-mathematica = pkgs.mathematica.override {
# TODO: Just use a generic name for the installer?
source = ./Wolfram_14.1.0_LIN_Bndl.sh;
# source = ./Wolfram_14.2.1_LIN_Bndl.sh;
};
in
{

View File

@ -15,5 +15,11 @@ in
config = mkIf cfg.enable {
# TODO: Move to audioling
home.packages = with pkgs; [ feishin ];
# TODO: Remove exception once no longer required by feishin
nixpkgs.config.permittedInsecurePackages = [
"electron-33.4.11"
"freeimage-3.18.0-unstable-2024-04-18"
];
};
}

View File

@ -44,7 +44,7 @@ in
listchars = "tab:»«,trail:·,extends:,precedes:,nbsp:";
};
diagnostics = {
diagnostic.settings = {
enable = true;
signs = true;
underline = true;