1

Modules: Add yazi module

This commit is contained in:
2025-07-08 23:08:47 +02:00
parent dcfdf92b6e
commit f04be85834
3 changed files with 228 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable the yazi terminal file manager";
}