diff --git a/nix/home-manager/profiles/common.nix b/nix/home-manager/profiles/common.nix index e7ae0b2..2570684 100644 --- a/nix/home-manager/profiles/common.nix +++ b/nix/home-manager/profiles/common.nix @@ -11,6 +11,10 @@ in { nixpkgs.config = { allowBroken = true; allowUnfree = true; + + permittedInsecurePackages = [ + "electron-17.4.1" + ]; }; home.keyboard = {