diff --git a/flake.nix b/flake.nix index f2ecc6f..28cf75d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,5 @@ { + inputs = { crane.url = "github:ipetkov/crane"; disko.inputs.nixpkgs.follows = "nixpkgs"; @@ -78,4 +79,5 @@ formatter = channels.nixpkgs.nixfmt-rfc-style; }; }; + } diff --git a/modules/home/cli/editor/nvf/utility.nix b/modules/home/cli/editor/nvf/utility.nix index 62f2cdb..eb99823 100644 --- a/modules/home/cli/editor/nvf/utility.nix +++ b/modules/home/cli/editor/nvf/utility.nix @@ -8,8 +8,8 @@ yazi-nvim = { enable = true; mappings = { - openYazi = "t"; - openYaziDir = "T"; + openYazi = "tt"; + openYaziDir = "TT"; }; setupOpts.open_for_directories = true; };