add ripgrep, fd
This commit is contained in:
parent
0bd3846b8f
commit
068471c01c
1 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue