From b5ce0fca2c21dff027efeb6f8edd3ebf2541f36c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 10 Aug 2021 02:51:46 +0200 Subject: [PATCH] zephyrus: add throughput interfaces --- hosts/zephyrus/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/zephyrus/home.nix b/hosts/zephyrus/home.nix index 648788d..0077f1b 100644 --- a/hosts/zephyrus/home.nix +++ b/hosts/zephyrus/home.nix @@ -7,6 +7,7 @@ my.home.x.enable = true; my.home.x.i3bar.temperature.chip = "coretemp-isa-*"; my.home.x.i3bar.temperature.inputs = ["Core 0" "Core 1" "Core 2" "Core 3"]; + my.home.x.i3bar.networking.throughput_interfaces = [ "enp0s31f6" "wlp0s20f3" ]; my.home.emacs.enable = true; my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;