core: move mtr to develop profile

This commit is contained in:
Timothy DeHerrera 2020-01-03 20:57:52 -07:00
parent cd8900dd47
commit 3e43465bc6
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
2 changed files with 1 additions and 3 deletions

View file

@ -143,9 +143,6 @@ in
nixpkgs.config.allowUnfree = true;
programs.mtr.enable = true;
security = {
hideProcessInformation = true;

View file

@ -41,4 +41,5 @@
programs.thefuck.enable = true;
programs.firejail.enable = true;
programs.mtr.enable = true;
}