services.polybar.extraConfig

Additional configuration to add.

Type
strings concatenated with "\n"
Default
""
Example
''
  [module/date]
  type = internal/date
  interval = 5
  date = "%d.%m.%y"
  time = %H:%M
  format-prefix-foreground = \''${colors.foreground-alt}
  label = %time%  %date%
''
Declared
<home-manager/modules/services/polybar.nix>