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

20 lines
215 B
Nix

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