2.home-manager/tests
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
..
integration tests/restic: fix timedatectl failure 2025-12-04 22:39:18 -06:00
lib lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
modules lib: make toHyprconf support strings and attrs in sections 2026-01-02 15:56:43 +01:00
asserts.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
big-test.nix treewide: Prevent IFD by default 2025-05-07 10:34:18 -05:00
darwinScrublist.nix calibre: add module 2025-12-04 22:38:55 -06:00
default.nix zsh: respect xdg.enable for dotDir 2025-12-27 17:58:46 -06:00
flake.nix tests: rename test-all-* tests 2025-09-28 16:26:13 -05:00
package.nix tests: explicitly define NIX_CONFIG 2025-11-01 14:29:06 -05:00
stubs.nix treewide: remove no-ops (#8061) 2025-10-26 15:43:53 -05:00
tests.py tests: improve debugging for failed test runs 2025-09-28 16:28:05 -05:00