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, ... }:
|
{ 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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue