mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
fix: yazi
This commit is contained in:
@@ -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 = "";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user