2.home-manager/tests/modules
PerchunPak d4e4d5cfa3
lib: make toHyprconf support strings and attrs in sections
Adds support for

    section = [
      "abc"
      { a = 123; }
    ];

Which gets generated to

    section=abc

    section {
      a=123
    }

This is very useful with the new windowrule syntax, where you can
create anonymous window rules as strings and named rules as attribute
sets. See <https://wiki.hypr.land/Configuring/Window-Rules/>.
2026-01-02 15:56:43 +01:00
..
accounts accounts.email: add option to disable an account 2025-08-07 14:08:46 -05:00
config treewide: remove no-ops (#8061) 2025-10-26 15:43:53 -05:00
dbus dbus: Create with pacakges options (#7064) 2025-05-15 12:59:12 -05:00
files treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
home-environment home-environment: add home.uid option 2025-12-04 17:22:25 +01:00
i18n/input-method fcitx5: fix iniFormat usage (#6899) 2025-04-23 15:10:12 -05:00
launchd launchd+targets/darwin: Escape XML in plists (#7356) 2025-08-09 11:22:08 -05:00
misc qt: added qt{5,6}ctSettings options (#8271) 2025-12-07 23:17:30 -06:00
programs vicinae: Add tests for old vicinae version 2025-12-28 17:17:29 -06:00
services lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
systemd treewide: remove no-ops (#8061) 2025-10-26 15:43:53 -05:00
targets-darwin treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
targets-linux generic-linux-gpu: add module 2025-11-09 09:02:58 -06:00
xresources treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00