nixos/modules/shell/zoxide.nix
2025-02-26 20:35:25 +01:00

5 lines
76 B
Nix

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