From 79dac10a99584de9db3449d7b490656d7e031fed Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 14 Jan 2022 15:06:20 +0100 Subject: [PATCH] zephyrus: add USB C dock interface --- hosts/zephyrus/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/zephyrus/home.nix b/hosts/zephyrus/home.nix index 4618fe3..4e3ae63 100644 --- a/hosts/zephyrus/home.nix +++ b/hosts/zephyrus/home.nix @@ -7,7 +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.x.i3bar.networking.throughput_interfaces = [ "enp0s31f6" "wlp0s20f3" "enp43s0u1u1" ]; my.home.emacs.enable = true; my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;