14 lines
120 B
Nix
14 lines
120 B
Nix
{ ... }: {
|
|
|
|
imports = [
|
|
./bat
|
|
./bash
|
|
./eza
|
|
./fzf
|
|
./tmux
|
|
./kitty
|
|
./zoxide
|
|
./zsh
|
|
];
|
|
}
|