1
0
forked from extern/nix-config
donovanglover-nix-config/terminal/default.nix
Donovan Glover 5a71c25c57
Merge tig with git module
This makes sense since I wouldn't use git without tig.
2023-05-24 11:39:40 -04:00

50 lines
550 B
Nix

{ pkgs, ... }:
{
imports = [
./bat
./fish
./git
./gpg
./htop
./ncmpcpp
./neovim
./ranger
./starship
];
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
];
}