mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
nixosOverlays = {
|
||||
default = import ./pkgs.nix flakeContext;
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{ inputs, ... }:
|
||||
|
||||
self: super: {
|
||||
yazi = super.yazi.overrideDerivation (old: {
|
||||
passthru = (old.passthru or { }) // {
|
||||
configHome = configHome;
|
||||
};
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user