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
|
in
|
||||||
{
|
{
|
||||||
options.local.polybar = with lib;
|
options.local.polybar = with lib; {
|
||||||
{
|
wifiDevice = mkOption {
|
||||||
wifiDevice = mkOption {
|
type = types.str;
|
||||||
type = types.str;
|
example = "wlp11s0f3u2";
|
||||||
example = "wlp11s0f3u2";
|
description = "Set your wifi device";
|
||||||
description = "Set your wifi device";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
systemd.user.services.polybar = {
|
systemd.user.services.polybar = {
|
||||||
|
|
Loading…
Reference in a new issue