dotfiles/modules/_base/zoxide.nix
2025-06-26 17:03:29 +02:00

4 lines
71 B
Nix

{ ... }:
{
home-manager.users.kalle.programs.zoxide.enable = true;
}