mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
8 lines
350 B
Nix
8 lines
350 B
Nix
|
# A bunch of custom overlays. This is more suitable for larger and more
|
||
|
# established packages that needed extensive customization. Take note each of
|
||
|
# the values in the attribute set is a separate overlay function so you'll
|
||
|
# simply have to append them as a list (i.e., `lib.attrValues`).
|
||
|
{
|
||
|
ffmpeg-foodogsquared = import ./ffmpeg-foodogsquared;
|
||
|
}
|