feat(modules/home/cli): add yazi

This commit is contained in:
Mohammad Rafiq 2025-05-19 14:36:42 +08:00
parent c644f53ec7
commit b2ee33c215
No known key found for this signature in database
4 changed files with 30 additions and 13 deletions

View file

@ -0,0 +1,15 @@
{config, lib, osConfig, ... }:
{
imports = [
./file-browser/yazi.nix
];
options.cli = {
editor = lib.pantheon.mkStrOption;
file-browser = lib.pantheon.mkStrOption;
};
config = {
};
}