❄️ Dotfiles for our NixOS system configuration.
1{ 2 programs.zoxide = { 3 enable = true; 4 enableZshIntegration = true; 5 }; 6}