Update system

This commit is contained in:
outfoxxed 2024-01-01 21:15:39 -08:00
parent 84b5700555
commit b222c15014
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
10 changed files with 150 additions and 209 deletions

View file

@ -6,6 +6,11 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"electron-24.8.6"
"electron-25.9.0"
];
documentation = {
enable = true;
doc.enable = true;