infra/module/aspect/software/software-tty/zoxide.nix

14 lines
220 B
Nix
Raw Normal View History

2025-12-01 13:23:24 +07:00
{
den.aspects = {
software-tty = {
homeManager = {
programs = {
zoxide = {
enable = true;
enableFishIntegration = true;
};
};
};
};
};
}