foot: enable duplicate key-bindings (#6815)

closes #5873
This commit is contained in:
1adept 2025-04-14 00:46:54 +02:00 committed by GitHub
parent 1422924908
commit ac3c1f4fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 42 additions and 1 deletions

View file

@ -6,7 +6,7 @@
}:
let
cfg = config.programs.foot;
iniFormat = pkgs.formats.ini { };
iniFormat = pkgs.formats.ini { listsAsDuplicateKeys = true; };
in
{
meta.maintainers = with lib.maintainers; [ plabadens ];