Fixed some packages
This commit is contained in:
parent
3d54536168
commit
2a8fcf627b
@ -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
|
||||
{
|
||||
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ in
|
||||
listchars = "tab:»┈«,trail:·,extends:→,precedes:←,nbsp:␣";
|
||||
};
|
||||
|
||||
diagnostics = {
|
||||
diagnostic.settings = {
|
||||
enable = true;
|
||||
signs = true;
|
||||
underline = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user