mochi/nixos/overlays
2025-01-31 19:20:58 -06:00
..
arr keep my own version updates for prowlarr 2025-01-31 19:17:31 -06:00
cargo-tauri latest tauri for yaak 2024-10-17 21:43:46 -05:00
charm-mods reformat 2024-12-27 21:30:25 -06:00
coder reformat 2024-12-27 21:30:25 -06:00
smartmontools the previous url was incorrectly formatted to retrieve a more up to date file 2024-09-12 16:09:12 -05:00
talosctl reformat 2024-12-27 21:30:25 -06:00
termius reformat 2024-12-27 21:30:25 -06:00
vivaldi reformat 2024-12-27 21:30:25 -06:00
xpipe reformat 2024-12-27 21:30:25 -06:00
zed-editor reformat 2024-12-27 21:30:25 -06:00
.gitkeep Customizing and adding another host. 2024-06-20 13:03:44 -05:00
default.nix add prowlarr overlay 2025-01-31 19:20:58 -06:00
README.md Customizing and adding another host. 2024-06-20 13:03:44 -05:00

Adding overlays

Overlays should be added as individual nix files to ./nixos/overlays with format

final: prev: {
    hello = (prev.hello.overrideAttrs (oldAttrs: { doCheck = false; }));
}