nixos-config/home/shell/zoxide.nix

6 lines
41 B
Nix
Raw Normal View History

2024-04-30 23:06:12 +02:00
_:
{
programs.zoxide.enable = true;
}