Files
Olympus/system/users/nathan/home-manager/programs/terminal/default.nix

18 lines
169 B
Nix

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