now allowing electron for bitwarden

Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
2026-08-19 08:53:33 -05:00
parent 2d1983c468
commit bb04793f90
2 changed files with 1 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [ "electron-39.8.10" ];
};
};
home = {