From fec1830275b7d42b0714cde760c246f332d6e4e9 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 28 Oct 2022 15:33:26 +0300 Subject: [PATCH] users/polybar: format options --- users/modules/window_manager/polybar.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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 = {