nixos-config/modules/home/programs/terminal/default.nix
2025-03-05 02:17:33 -05:00

17 lines
178 B
Nix

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