flocon/home/base/shell/zoxide.nix

7 lines
94 B
Nix
Raw Normal View History

2024-08-25 19:58:12 +00:00
{ ... }: {
programs.zoxide = {
enable = true;
enableBashIntegration = false;
};
}