Files
nixy/home/programs/tui/shell/default.nix
T
2026-08-13 13:55:30 +02:00

12 lines
152 B
Nix

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