Add systemPackages example to README.

This commit is contained in:
r-vdp 2023-06-12 12:54:19 +02:00
parent ce4b4bcf8b
commit 938a4d0115
No known key found for this signature in database

View file

@ -63,6 +63,10 @@ A simple System Manager module could look something like this:
launch_the_rockets = true launch_the_rockets = true
''; '';
}; };
systemPackages = [
pkgs.ripgrep
pkgs.fd
];
}; };
systemd.services = { systemd.services = {