flocon/home/common/shell/zoxide.nix

7 lines
92 B
Nix
Raw Normal View History

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