35 lines
279 B
Nix
35 lines
279 B
Nix
{
|
|
headless,
|
|
pkgs,
|
|
username,
|
|
...
|
|
}:
|
|
|
|
with pkgs;
|
|
[
|
|
cachix
|
|
delta
|
|
entr
|
|
gcc
|
|
git
|
|
git-crypt
|
|
gnupg
|
|
inotify-tools
|
|
jq
|
|
killall
|
|
lua
|
|
mob
|
|
pv
|
|
simple-http-server
|
|
sshs
|
|
tldr
|
|
tree
|
|
tree-sitter
|
|
unzip
|
|
w3m
|
|
watchexec
|
|
wget
|
|
xclip
|
|
xdg-utils
|
|
zbar
|
|
]
|