1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00
home-manager/tests/modules/services/polybar
Nadrieril da92360208
polybar: allow config to be more nix-like (#1430)
Polybar's config format is a bit strange, and lists in particular are
annoying to handle. This enables using normal nix lists and nested
attrsets instead.

This change is not backwards-compatible, because the INI converter
converts lists of strings to space-separated values, and this does
something else. I expect that this is only relevant for the
`modules-left` etc bar setting, but that's enough to break things :(.
2021-02-20 18:34:59 +01:00
..
basic-configuration.conf polybar: allow config to be more nix-like (#1430) 2021-02-20 18:34:59 +01:00
basic-configuration.nix polybar: allow config to be more nix-like (#1430) 2021-02-20 18:34:59 +01:00
default.nix polybar: add test case 2020-03-04 21:26:35 +01:00