global(gui): add showmethekey

Changed files
+4
global
gui
+4
global/gui/input.nix
···
];
};
};
+
+
environment.systemPackages = [
+
pkgs.showmethekey
+
];
}