nixos/modules/programs/zoxide.nix
2025-05-20 21:56:01 +02:00

5 lines
76 B
Nix

_: {
fireproof.home-manager.programs.zoxide = {
enable = true;
};
}