dc0b2518da
* flesh out impermanence * glances * hack * hacking in plex and tautulli * hack * hacking * Auto lint/format --------- Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com> Co-authored-by: truxnell <truxnell@users.noreply.github.com> |
||
---|---|---|
.. | ||
.gitkeep | ||
default.nix | ||
README.md |
Adding overlays
Overlays should be added as individual nix files to ./nixos/overlays
with format
final: prev: {
hello = (prev.hello.overrideAttrs (oldAttrs: { doCheck = false; }));
}