2.home-manager/tests/modules/services/hyprpaper
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
..
basic-configuration.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
default.nix tests: implement auto importing for modules 2025-06-22 23:58:37 -05:00
hyprpaper.conf lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
no-configuration.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00