mochi/nixos/overlays
Joseph Hanson 7f4bc84e9e
Some checks failed
Build / nix-build (native-x86_64, gandalf) (push) Failing after 21s
Build / nix-build (native-x86_64, telperion) (push) Successful in 4m48s
Build / nix-build (native-x86_64, shadowfax) (push) Failing after 33m52s
update firefox, vscode, nvim, and added prowlarr service config
switched shadowfax to a sworkstation config from server config.
2025-02-02 16:02:02 -06:00
..
arr update firefox, vscode, nvim, and added prowlarr service config 2025-02-02 16:02:02 -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; }));
}