From bd864f650c2ac518522302bcadd400dcedd23743 Mon Sep 17 00:00:00 2001 From: Mazurel Date: Tue, 7 Sep 2021 12:24:02 +0200 Subject: [PATCH] Fixed keyboard problems with Simulink --- common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.nix b/common.nix index bbed950..172dd72 100644 --- a/common.nix +++ b/common.nix @@ -39,6 +39,10 @@ pkgs: udev jre ncurses # Needed for CLI + + # Keyboard input may not work in simulink otherwise + libxkbcommon + xkeyboard_config ]) ++ (with pkgs.xorg; [ libSM libX11