nix: add yazi overlay
All checks were successful
flake check / check (push) Successful in 5m30s
fmt check / check (push) Successful in 53s
All checks were successful
flake check / check (push) Successful in 5m30s
fmt check / check (push) Successful in 53s
This commit is contained in:
parent
530a47c066
commit
fb4e8e7aa3
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [inputs.nur.overlay];
|
overlays = [
|
||||||
|
inputs.nur.overlay
|
||||||
|
inputs.yazi.overlays.default
|
||||||
|
];
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
|
|
Loading…
Reference in a new issue