2.home-manager/tests/modules/services/hyprland
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 tests/hyprland: add submap test 2025-09-01 23:49:51 -05:00
inconsistent-config.nix tests: implement auto importing for modules 2025-06-22 23:58:37 -05:00
multiple-devices-config.conf lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
multiple-devices-config.nix tests: implement auto importing for modules 2025-06-22 23:58:37 -05:00
null-all-packages-config.nix tests: implement auto importing for modules 2025-06-22 23:58:37 -05:00
null-package-config.conf tests: implement auto importing for modules 2025-06-22 23:58:37 -05:00
null-package-config.nix tests: implement auto importing for modules 2025-06-22 23:58:37 -05:00
null-portal-package-config.nix tests: implement auto importing for modules 2025-06-22 23:58:37 -05:00
simple-config.conf lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
simple-config.nix hyprland: Add "output" to importantPrefixes option default (#7507) 2025-07-29 16:41:27 -05:00
sourceFirst-false-config.conf lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
sourceFirst-false-config.nix tests: implement auto importing for modules 2025-06-22 23:58:37 -05:00
submaps-config.conf lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
submaps-config.nix tests/hyprland: add submap test 2025-09-01 23:49:51 -05:00