feat(yazi): install yazi
This commit is contained in:
parent
22c8cf3f22
commit
1000b4f5ab
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
|
@ -211,4 +211,8 @@ in {
|
||||||
doomDir = ./doom.d;
|
doomDir = ./doom.d;
|
||||||
extraBinPackages = with pkgs; [ccls nil nixd];
|
extraBinPackages = with pkgs; [ccls nil nixd];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.yazi = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue