nix-config/terminal/default.nix
Donovan Glover 8258530c58
Add packages
zallij is a cool tmux replacement that has sane defaults.
2023-05-23 19:07:39 -04:00

51 lines
560 B
Nix

{ pkgs, ... }:
{
imports = [
./bat
./fish
./git
./gpg
./htop
./ncmpcpp
./neovim
./ranger
./starship
./tig
];
environment.systemPackages = with pkgs; [
wget
jq
exa
fd
fzf
gdu
fdupes
mediainfo
ponysay
lolcat
cmatrix
sox
httpie
p7zip
ripgrep
rsync
unar
genact
ffmpeg
killall
trashy
whois
dwt1-shell-color-scripts
dig
yt-dlp
neofetch
pywal
brightnessctl
zellij
librespeed-cli
wiki-tui
];
}