Files
Olympus/homes/nathan/home-manager/programs/terminal/default.nix
2026-01-20 17:30:56 -06:00

18 lines
169 B
Nix

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