From 50fa70ca566e31371137b777c63e6a5f549f208c Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 23 Jun 2023 08:31:30 +0000 Subject: [PATCH] sxmo-utils: leave note about which hooks to lift out of package --- pkgs/additional/sxmo-utils/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/additional/sxmo-utils/default.nix b/pkgs/additional/sxmo-utils/default.nix index 83022b05..736fe6b6 100644 --- a/pkgs/additional/sxmo-utils/default.nix +++ b/pkgs/additional/sxmo-utils/default.nix @@ -85,6 +85,10 @@ stdenv.mkDerivation rec { # - on devices where volume is part of the primary keyboard (e.g. thinkpad), we want to avoid overwriting the default map # - this provided map is the en_US 105 key map ${rsync}/bin/rsync -rlv ${./customization}/ ./ + # TODO: lift this to an override + # - i temporarily disable the xkb map override + # - this is needed only on lappy; on moby it causes problems + # ${rsync}/bin/rsync -rlv ${./customization}/default_hooks/ ./default_hooks/ ''; nativeBuildInputs = [