9 lines
100 B
Nix
9 lines
100 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
git
|
|
p7zip
|
|
tldr
|
|
jq
|
|
];
|
|
}
|