Add systemPackages example to README.
This commit is contained in:
parent
ce4b4bcf8b
commit
938a4d0115
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ A simple System Manager module could look something like this:
|
|||
launch_the_rockets = true
|
||||
'';
|
||||
};
|
||||
systemPackages = [
|
||||
pkgs.ripgrep
|
||||
pkgs.fd
|
||||
];
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue