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

18 lines
180 B
Nix

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