nix: add nur overlay
Some checks are pending
fmt check / check (push) Waiting to run
flake check / check (push) Successful in 4m6s
deploy systems / deploy (push) Successful in 36m16s

This commit is contained in:
notohh 2024-01-07 17:51:31 -05:00
parent 9e54caa429
commit 08e84f0138
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";