Fully migrate kardorf config

This commit is contained in:
2024-03-18 12:15:32 +01:00
parent aaa2f73332
commit 341d1cbb4b
10 changed files with 532 additions and 39 deletions

View File

@ -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 = {