Files
nixy/home/programs/tui/shell/default.nix
T
Hadi 0d901aa10c t
Signed-off-by: Hadi <hadi@example.com>
2026-07-29 13:14:27 +02:00

12 lines
152 B
Nix

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