Compare commits
No commits in common. "c67d73920a5a1c017bcd9a05c78d26049b8ac0fe" and "73cb52915fa76ff0af3e22bd363774fd3ce4dcf7" have entirely different histories.
c67d73920a
...
73cb52915f
1 changed files with 3 additions and 2 deletions
|
|
@ -105,9 +105,10 @@
|
|||
{
|
||||
nixpkgs = {
|
||||
overlays = shared_overlays;
|
||||
config.permittedInsecurePackages = [];
|
||||
config.permittedInsecurePackages = [
|
||||
"zotero-6.0.26"
|
||||
];
|
||||
};
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
}
|
||||
]
|
||||
++ (nixpkgs.lib.attrValues self.nixosModules);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue