1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

minimize usage of //

This commit is contained in:
2025-12-25 08:21:59 +01:00
parent 583bc83839
commit 3a6428982f
3 changed files with 348 additions and 303 deletions

View File

@@ -94,9 +94,9 @@ in
home-manager.users.me = {
home.file =
lib.mapAttrs' (name: path: lib.nameValuePair ".xkb/symbols/${name}" { source = path; })
(lib.filterAttrs (_: value: !(value ? "code")) languages) // {
(lib.recursiveUpdate (lib.filterAttrs (_: value: !(value ? "code")) languages) {
".xkb/symbols/ir".source = ../lib/keyboards/farsi;
};
});
};
console.keyMap = "de";