utility/fzf-lua: add profile option, fix name

This commit is contained in:
LilleAila 2025-01-18 10:10:59 +01:00 committed by Ching Pei Yang
commit ba55a1b54a
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
2 changed files with 20 additions and 2 deletions

View file

@ -11,6 +11,6 @@ in {
package = "fzf-lua";
cmd = ["FzfLua"];
setupModule = "fzf-lua";
inherit (cfg) setupOpts;
setupOpts = cfg.setupOpts // {"@1" = cfg.profile;};
};
}