feat(home): move cli config to homes and use home-manager modules
This commit is contained in:
parent
1a3ff4b92a
commit
00e3ea65c8
17 changed files with 198 additions and 271 deletions
20
homes/x86_64-linux/rafiq/cli/file-browser.nix
Normal file
20
homes/x86_64-linux/rafiq/cli/file-browser.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
home.sessionVariables.FILE_BROWSER = "yazi";
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
shellWrapperName = "t";
|
||||
settings = {
|
||||
mgr = {
|
||||
sort_by = "natural";
|
||||
};
|
||||
opener = {
|
||||
play = [
|
||||
{
|
||||
run = "vlc \"$@\"";
|
||||
desc = "Open";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue