From a505acde5cfb09670baf89278f6f252ad56576f4 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 17 Aug 2025 15:34:21 +0200 Subject: [PATCH] gandalf: Enable wifi in waybar --- hostconfig/gandalf/hm.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; }