306ee40129
This reverts commit 1e19f865de.
10 lines
112 B
Nix
10 lines
112 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
git
|
|
p7zip
|
|
busybox
|
|
tldr
|
|
jq
|
|
];
|
|
}
|