Yazi: shell alias

This commit is contained in:
Filippo Berto 2023-09-20 21:34:52 +02:00
parent 5b9ff2cd9d
commit 01cc34872c
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -3,6 +3,8 @@ let tomlGenerate = (pkgs.formats.toml { }).generate; in
{
home.packages = [ pkgs.unstable_pkgs.yazi pkgs.ffmpegthumbnailer pkgs.exiftool pkgs.mediainfo ];
home.shellAliases."yz" = "yazi";
xdg.configFile."yazi/yazi.toml".source = tomlGenerate "yazi.toml" {
manager = {
sort_by = "natural";