fix: yazi

This commit is contained in:
2026-05-06 19:46:58 +02:00
parent 3f463c5dc7
commit 26cbf784b2
3 changed files with 14 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
{ userConfig, ... }:
{ userConfig, lib, ... }:
{
programs.yazi = {
@@ -73,28 +73,5 @@
run = "cd ${userConfig.pathConfig.projects}";
}
];
theme.icon.prepend_dirs = [
{
name = userConfig.pathConfig.downloads;
text = "󰉍";
}
{
name = userConfig.pathConfig.documents;
text = "";
}
{
name = userConfig.pathConfig.video;
text = "󰕧";
}
{
name = userConfig.pathConfig.pictures;
text = "󰋩";
}
{
name = userConfig.pathConfig.projects;
text = "";
}
];
};
}