Files
nixos/overlays/pkgs.nix
T
2026-01-11 13:00:40 +03:00

10 lines
168 B
Nix

{ inputs, ... }:
self: super: {
yazi = super.yazi.overrideDerivation (old: {
passthru = (old.passthru or { }) // {
configHome = configHome;
};
});
}