1 2 3 4 5 6 7 8
{ pkgs, ... }: let overlays = import ./overlays/default.nix {}; in { nixpkgs.overlays = with overlays; [ pass-with-dmenu ]; }