20 lines
214 B
Nix
20 lines
214 B
Nix
|
# On NixOS-managed machines these packages are installed system-wide
|
||
|
|
||
|
pkgs: with pkgs; [
|
||
|
bat
|
||
|
bottom
|
||
|
coreutils
|
||
|
curl
|
||
|
exa
|
||
|
fd
|
||
|
file
|
||
|
git
|
||
|
iputils
|
||
|
jq
|
||
|
kakoune
|
||
|
moreutils
|
||
|
ripgrep
|
||
|
sd
|
||
|
skim
|
||
|
wget
|
||
|
]
|