nixos-config/modules/home/programs/terminal/default.nix

18 lines
188 B
Nix

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