mochi/nixos/overlays
2024-07-22 09:40:31 -05:00
..
go Update go and nixpkgs. 2024-07-11 08:47:29 -05:00
talosctl Full talosctl overlay for 1.7.5 and partial go 1.22.4 2024-07-04 03:33:02 -05:00
termius Add termius icon correctly for gnome and update dash icon defaults. 2024-07-02 20:22:36 -05:00
warp-terminal not needed 2024-07-01 14:10:52 -05:00
.gitkeep Customizing and adding another host. 2024-06-20 13:03:44 -05:00
default.nix Revert to upstream. 2024-07-22 09:40:31 -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; }));
}