More config changes
This commit is contained in:
20
modules/home/cli/yazi.nix
Normal file
20
modules/home/cli/yazi.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
opener = {
|
||||
open = [
|
||||
{ run = "xdg-open $@"; desc = "xdg"; orphan = true; }
|
||||
];
|
||||
};
|
||||
open = {
|
||||
prepend_rules = [
|
||||
{ name = "*.rnote"; use = "open"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user