1 2 3 4 5 6 7
{lib, ...}: { flake.overlays.default = lib.composeManyExtensions [ (import ./btop.nix) (import ./discord.nix) (import ./fish.nix) ]; }