nixos-config/modules/home/programs/terminal/default.nix
2025-02-22 03:01:25 -05:00

18 lines
191 B
Nix

{ ... }:
{
imports = [
./btop
./eza
./fastfetch
./git
./ncmpcpp
./neovim
./nh
./nix-index
./ranger
./spotdl
./tmux
./yt-dlp
./zsh
];
}