commit 58e02de8fb8e35fa457c1bf9c5e214dfe03fa148 parent 61d6ca198eb635124d0ff2d474e6300c17c53747 Author: Peter <peter@minskio.co.uk> Date: Wed, 9 Sep 2026 14:45:08 +0100 Add systray module to wayle Diffstat:
| M | home/wayle.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/home/wayle.nix b/home/wayle.nix @@ -3,8 +3,8 @@ let batteryMachines = [ "minerva" ]; hasBattery = builtins.elem machine batteryMachines; - deskModules = [ "media" "cpu" "ram" "storage" "netstat" "volume" "weather" "notifications" "clock" "power" ]; - batModules = [ "cpu" "ram" "storage" "netstat" "battery" "volume" "weather" "notifications" "clock" "power" ]; + deskModules = [ "media" "cpu" "ram" "storage" "netstat" "volume" "weather" "notifications" "systray" "clock" "power" ]; + batModules = [ "cpu" "ram" "storage" "netstat" "battery" "volume" "weather" "notifications" "systray" "clock" "power" ]; in { services.wayle = {