update benzaiten

This commit is contained in:
jopejoe1 2024-03-08 18:59:28 +01:00
parent a8db334b7e
commit 6e371c3fad
2 changed files with 20 additions and 3 deletions

View file

@ -66,7 +66,10 @@ in {
};
nixpkgs = {
config.allowUnfree = true;
config ={
allowUnfree = true;
nvidia.acceptLicense = true;
};
overlays = [
(_self: super: rec {
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};