12 lines
157 B
Nix
12 lines
157 B
Nix
|
{ inputs, config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
programs.yazi = {
|
||
|
enable = true;
|
||
|
enableZshIntegration = true;
|
||
|
flavors = {
|
||
|
|
||
|
};
|
||
|
};
|
||
|
}
|