2.home-manager/tests/lib/generators
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
..
default.nix lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
tohyprconf-result.txt lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
tohyprconf.nix lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
tokdl-result.txt lib: Improve KDL generator (#7429) 2025-07-12 14:32:14 -05:00
tokdl.nix lib: Improve KDL generator (#7429) 2025-07-12 14:32:14 -05:00
toscfg-empty-result.txt senpai: switch to scfg format 2024-03-15 11:42:17 +01:00
toscfg-empty.nix generators: rewrite toSCFG 2025-10-20 17:10:44 +02:00
toscfg-err-dir-empty-name.nix treewide: remove unused code (#6985) 2025-05-07 10:03:21 -05:00
toscfg-example-result.txt generators: rewrite toSCFG 2025-10-20 17:10:44 +02:00
toscfg-example.nix generators: rewrite toSCFG 2025-10-20 17:10:44 +02:00