diff --git a/configs/default.nix b/configs/default.nix index c13faff..265c1e5 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -95,7 +95,6 @@ in { } { nixpkgs = { - overlays = [ (import ) ]; config = { allowUnfree = true; packageOverrides = pkgs: { @@ -116,7 +115,7 @@ in { (self: super: { scripts = import { pkgs = super; lib = super.lib; }; }) - # (import ) + (import ) ]; }; }