Files
2025-08-31 13:27:12 -05:00

16 lines
145 B
Nix

{ ... }: {
imports = [
./bat
./bash
./eza
./fzf
./tmux
./kitty
./zoxide
./zsh
./ssh
./ohmyposh
];
}