Fix case height

This commit is contained in:
2025-08-17 14:36:42 +02:00
parent 23f4d4c42e
commit 83c555e75b
3 changed files with 6 additions and 2 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -168,7 +168,7 @@
//├─────────────────┼───────────────┼────────────────┼────────────────┼─────────────╯ ╰─────────────┼─────────────┼─────────────┼─────────────┼────────────────┤
&kp GRAVE &kp AMPS &kp STAR &kp PIPE &kp N1 &kp N2 &kp N3 &kp TILDE
//╰─────────────────────────────────┼────────────────┼────────────────┼─────────────╮ ╭─────────────┼─────────────┼─────────────┼──────────────────────────────╯
&trans &trans &trans &trans &kp N0 &kp N0
&trans &trans &trans &trans &kp N0 &kp N0
// ╰────────────────┴────────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
+5 -1
View File
@@ -6,7 +6,11 @@ in
packages = with pkgs; [
kicad
nodejs
freecad-wayland
freecad
# keymap-drawer
];
# no clue why we need those env vars for freecad
# QT_QPA_PLATFORM = "wayland;xcb";
# QT_QPA_PLATFORMTHEME = "qt5ct";
}