refactor: fix formatting and ensure consistent style

- Adjusted formatting in Nix files by revising argument lists.
- Added missing commas for consistency.
- Removed extraneous whitespace and ensured uniform newline usage.
This commit is contained in:
Harald Hoyer 2025-03-20 09:55:20 +01:00
parent e224d668eb
commit c2486f6c82
4 changed files with 12 additions and 13 deletions

View file

@ -15,11 +15,11 @@ in
key <AB09> { [ period, greater, ellipsis, division ] };
};
'';
xdg.configFile."xkb/rules/evdev".text = ''
! option = symbols
mod:ellipsis = +mod(ellipsis)
! include %S/evdev
'';
};
}
}