mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
update benzaiten
This commit is contained in:
parent
a8db334b7e
commit
6e371c3fad
2 changed files with 20 additions and 3 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue