chore: Update example config overlay

Might eventually not need any overlays at all. Will probably make a
README.md file in the overlays directory in that case to make it easy
to remember how to write them.
This commit is contained in:
Donovan Glover 2024-04-18 14:35:20 -04:00
parent fbb09fea48
commit d17402a84c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -23,7 +23,7 @@ in
};
nixpkgs.overlays = attrValues {
inherit (nix-config.overlays) kitty;
inherit (nix-config.overlays) hyprland;
exampleOverlay = final: prev: {
btop = prev.btop.overrideAttrs (oldAttrs: {