Files
nixy/home/programs/shell/default.nix
T
2026-05-04 20:40:09 +02:00

11 lines
135 B
Nix

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