feat(homeModules): add zellij multiplexer
This commit is contained in:
parent
aa00ad1113
commit
812b512660
5 changed files with 27 additions and 13 deletions
|
@ -1,5 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./yazi.nix
|
||||
];
|
||||
config = lib.mkIf (config.cli.file-browser == "yazi") {
|
||||
home.sessionVariables.FILE_BROWSER = "yazi";
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
shellWrapperName = "t";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue