atop.nix 81 B

1234567
  1. {
  2. programs.atop = {
  3. enable = true;
  4. setuidWrapper.enable = true;
  5. };
  6. }