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

22 lines
241 B
Nix

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