diff --git a/hostconfig/gandalf/hm.nix b/hostconfig/gandalf/hm.nix index e45e8c5..4739a95 100644 --- a/hostconfig/gandalf/hm.nix +++ b/hostconfig/gandalf/hm.nix @@ -38,5 +38,9 @@ }; traxys.waybar.modules.battery.enable = true; + traxys.waybar.modules."network#wifi" = { + enable = true; + interface = "wlp2s0"; + }; home.stateVersion = "24.11"; }