mochi/nixos/overlays
Joseph Hanson e5714f305a
add sri script for easy updates
TODO: Make this a nix common-updater script.
2024-09-05 21:42:01 -05:00
..
go Statix fix 2024-07-27 14:46:16 -05:00
talosctl Statix fix 2024-07-27 14:46:16 -05:00
termius add sri script for easy updates 2024-09-05 21:42:01 -05:00
vivaldi Vivaldi overlay for v6.9 2024-09-05 14:25:02 -05:00
warp-terminal Statix fix 2024-07-27 14:46:16 -05:00
zed-editor temp overlay 2024-08-21 16:36:33 -05:00
.gitkeep Customizing and adding another host. 2024-06-20 13:03:44 -05:00
default.nix Add full termius overlay and clean up 2024-09-05 21:11:36 -05: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; }));
}