Fully migrate kardorf config
This commit is contained in:
13
flake.nix
13
flake.nix
@ -19,6 +19,8 @@
|
||||
url = "github:alacritty/alacritty-theme";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
nix-matlab.url = "gitlab:doronbehar/nix-matlab";
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
@ -39,14 +41,25 @@
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
# Add overlays for the `nixpkgs` channel.
|
||||
overlays = with inputs; [
|
||||
nix-matlab.overlay
|
||||
# my-inputs.overlays.my-overlay
|
||||
# TODO: add unstable here
|
||||
];
|
||||
|
||||
# The attribute set specified here will be passed directly to NixPkgs when
|
||||
# instantiating the package set.
|
||||
channels-config = {
|
||||
# Allow unfree packages.
|
||||
allowUnfree = true;
|
||||
nvidia.acceptLicense = true;
|
||||
|
||||
# Allow certain insecure packages
|
||||
# permittedInsecurePackages = [ "firefox-100.0.0" ];
|
||||
# permittedInsecurePackages = [ "electron-24.8.6" ];
|
||||
permittedInsecurePackages = [ "schildichat-web-1.11.30-sc.2" "electron-25.9.0" ];
|
||||
|
||||
# Additional configuration for specific packages.
|
||||
config = {
|
||||
|
Reference in New Issue
Block a user