mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
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:
parent
fbb09fea48
commit
d17402a84c
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user