gandalf: Enable wifi in waybar

This commit is contained in:
Quentin Boyer 2025-08-17 15:34:21 +02:00
parent 68431ecb32
commit a505acde5c

View file

@ -38,5 +38,9 @@
};
traxys.waybar.modules.battery.enable = true;
traxys.waybar.modules."network#wifi" = {
enable = true;
interface = "wlp2s0";
};
home.stateVersion = "24.11";
}