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/>.
|
||
|---|---|---|
| .. | ||
| default.nix | ||
| inconsistent-config.nix | ||
| multiple-devices-config.conf | ||
| multiple-devices-config.nix | ||
| null-all-packages-config.nix | ||
| null-package-config.conf | ||
| null-package-config.nix | ||
| null-portal-package-config.nix | ||
| simple-config.conf | ||
| simple-config.nix | ||
| sourceFirst-false-config.conf | ||
| sourceFirst-false-config.nix | ||
| submaps-config.conf | ||
| submaps-config.nix | ||