Files
nixy/home/programs/shell/default.nix
2025-07-16 20:14:43 +02:00

5 lines
111 B
Nix

# Import all shell configurations
{
imports = [./fzf.nix ./zsh.nix ./starship.nix ./zoxide.nix ./eza.nix];
}