From f6b7f588fb4746a6a0a61700438ade464182e4f3 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Fri, 21 Jan 2022 22:08:36 +0100 Subject: [PATCH] :rocket: add mtr programm --- modules/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/default.nix b/modules/default.nix index bc45e0d..98e07d3 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -24,6 +24,7 @@ # PACKAGES environment.systemPackages = with pkgs; [ vim wget firefox git ]; + programs.mtr.enable = true; home-manager.users.moritz = { # Let Home Manager install and manage itself.