mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 01:17:26 +02:00
gandalf: Enable wifi in waybar
This commit is contained in:
parent
68431ecb32
commit
a505acde5c
1 changed files with 4 additions and 0 deletions
|
|
@ -38,5 +38,9 @@
|
|||
};
|
||||
|
||||
traxys.waybar.modules.battery.enable = true;
|
||||
traxys.waybar.modules."network#wifi" = {
|
||||
enable = true;
|
||||
interface = "wlp2s0";
|
||||
};
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue