Configure yazi more concretely
This commit is contained in:
parent
32d3ba30c8
commit
b73ebb0758
2 changed files with 8 additions and 1 deletions
7
nix/home/programs/yazi/default.nix
Normal file
7
nix/home/programs/yazi/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.yazi = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -21,7 +21,6 @@ let
|
||||||
jq
|
jq
|
||||||
tree
|
tree
|
||||||
ripgrep
|
ripgrep
|
||||||
yazi
|
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
with builtins;
|
with builtins;
|
||||||
|
|
@ -47,6 +46,7 @@ with builtins;
|
||||||
(import ./programs/tmux)
|
(import ./programs/tmux)
|
||||||
(import ./programs/nvim)
|
(import ./programs/nvim)
|
||||||
(import ./programs/helix)
|
(import ./programs/helix)
|
||||||
|
(import ./programs/yazi)
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = defaultPkgs;
|
home.packages = defaultPkgs;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue