Files

14 lines
225 B
Nix

{pkgs, inputs, ...}: {
environment.systemPackages = with pkgs; [
inputs.agenix.packages."${stdenv.hostPlatform.system}".default
wget
curl
git
rsync
net-tools
alejandra
nixd
restic
];
}