From 64d4cc9607aa0e4f58a248c7716965b046dd810d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 12 Aug 2025 13:46:27 +0200 Subject: [PATCH] feat: add own overlay again; unblock libsoup as something required that?? --- modules/core/system.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/core/system.nix b/modules/core/system.nix index 71ecb33..664a91a 100644 --- a/modules/core/system.nix +++ b/modules/core/system.nix @@ -29,18 +29,19 @@ libraries = with pkgs; [ ]; }; - # nixpkgs = { - # overlays = [ - # self.overlays.default - # inputs.nur.overlay - # ]; - # }; + nixpkgs = { + overlays = [ + self.overlays.default + # inputs.nur.overlay + ]; + }; nixpkgs.config = { allowUnfree = true; permittedInsecurePackages = [ "jitsi-meet-1.0.8043" "olm-3.2.16" + "libsoup-2.74.3" ]; overlays = [ self.overlays.default