users/polybar: format options
This commit is contained in:
parent
3a14bf229f
commit
fec1830275
1 changed files with 6 additions and 7 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue