add ripgrep, fd

This commit is contained in:
Henri Dohmen 2025-04-01 21:05:10 +02:00
parent 0bd3846b8f
commit 068471c01c

View file

@ -1,21 +1,23 @@
{ pkgs, ... }:
{
environment.shells = with pkgs; [
fish
bashInteractive
fish
];
environment.systemPackages = with pkgs; [
wget
htop
bc
docker-compose
fd
gh
gnumake
htop
killall
stow
docker-compose
ripgrep
starship
stow
unzip
wget
wl-clipboard
];