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, ... }: { pkgs, ... }:
{ {
environment.shells = with pkgs; [ environment.shells = with pkgs; [
fish
bashInteractive bashInteractive
fish
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget
htop
bc bc
docker-compose
fd
gh gh
gnumake gnumake
htop
killall killall
stow ripgrep
docker-compose
starship starship
stow
unzip unzip
wget
wl-clipboard wl-clipboard
]; ];