diff --git a/users/modules/window_manager/polybar.nix b/users/modules/window_manager/polybar.nix index 8134636..29c9dee 100644 --- a/users/modules/window_manager/polybar.nix +++ b/users/modules/window_manager/polybar.nix @@ -23,14 +23,13 @@ let }; in { - options.local.polybar = with lib; - { - wifiDevice = mkOption { - type = types.str; - example = "wlp11s0f3u2"; - description = "Set your wifi device"; - }; + options.local.polybar = with lib; { + wifiDevice = mkOption { + type = types.str; + example = "wlp11s0f3u2"; + description = "Set your wifi device"; }; + }; config = { systemd.user.services.polybar = {