nixfiles/profiles/base/programs.nix

4 lines
51 B
Nix
Raw Normal View History

2021-12-20 23:48:26 +00:00
{ config, ... }: {
programs.mtr.enable = true;
}