2024-07-01 15:10:08 +02:00
|
|
|
{
|
2024-07-01 20:45:31 +02:00
|
|
|
config,
|
|
|
|
lib,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: {
|
2024-07-01 15:10:08 +02:00
|
|
|
programs.yazi = {
|
|
|
|
enable = true;
|
|
|
|
enableNushellIntegration = true;
|
|
|
|
theme = builtins.fromTOML (builtins.readFile ../config-files/yazi-catppuccin-mocha.toml);
|
|
|
|
};
|
|
|
|
}
|