properly enforced optional dependencies for yazi.

This commit is contained in:
Gabe Venberg 2025-02-26 11:05:53 +01:00
parent 9b9a075715
commit 7fc88db93c
2 changed files with 23 additions and 1 deletions

View file

@ -10,6 +10,7 @@
../../configs/home-manager/ssh-agent.nix
../../configs/home-manager/zsh.nix
../../configs/home-manager/zellij
../../configs/home-manager/yazi.nix
];
user = {
@ -44,7 +45,6 @@
};
programs = {
yazi.enable = true;
fzf.enable = true;
eza.enable = true;
ripgrep.enable = true;