Fixed some packages
This commit is contained in:
parent
3d54536168
commit
2a8fcf627b
@ -11,7 +11,7 @@ let
|
|||||||
|
|
||||||
my-mathematica = pkgs.mathematica.override {
|
my-mathematica = pkgs.mathematica.override {
|
||||||
# TODO: Just use a generic name for the installer?
|
# 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
|
in
|
||||||
{
|
{
|
||||||
|
@ -15,5 +15,11 @@ in
|
|||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
# TODO: Move to audioling
|
# TODO: Move to audioling
|
||||||
home.packages = with pkgs; [ feishin ];
|
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:␣";
|
listchars = "tab:»┈«,trail:·,extends:→,precedes:←,nbsp:␣";
|
||||||
};
|
};
|
||||||
|
|
||||||
diagnostics = {
|
diagnostic.settings = {
|
||||||
enable = true;
|
enable = true;
|
||||||
signs = true;
|
signs = true;
|
||||||
underline = true;
|
underline = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user