From 08e84f013840035227e737c239fc8196be4286a9 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 7 Jan 2024 17:51:31 -0500 Subject: [PATCH] nix: add nur overlay --- modules/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nix.nix b/modules/nix.nix index dae2d1b..abbf262 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -1,9 +1,11 @@ { lib, pkgs, + inputs, ... }: { nixpkgs = { + overlays = [inputs.nur.overlay]; config = { allowUnfree = true; permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.5.3") "electron-25.9.0";