summaryrefslogtreecommitdiff
path: root/modules/remapcapslock.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-10-12 15:32:40 -0400
committerRaghuram Subramani <raghus2247@gmail.com>2025-10-12 15:32:40 -0400
commit35d5aa9415fbd8b3ef706292077ec7bc75cc8734 (patch)
tree134d8ea011180b60c6e6765c1eb75c9f770b634b /modules/remapcapslock.nix
parenta91e28831c336448e19e52ba06c5141b8ad31020 (diff)
bring config up to date
Diffstat (limited to 'modules/remapcapslock.nix')
-rw-r--r--modules/remapcapslock.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules/remapcapslock.nix b/modules/remapcapslock.nix
index f5daca8..d2ee8ee 100644
--- a/modules/remapcapslock.nix
+++ b/modules/remapcapslock.nix
@@ -4,7 +4,14 @@
services.interception-tools =
let
itools = pkgs.interception-tools;
- itools-caps = pkgs.interception-tools-plugins.caps2esc;
+ itools-caps = (pkgs.interception-tools-plugins.caps2esc.overrideAttrs (old: {
+ patches = [
+ (pkgs.fetchpatch {
+ url = "https://gitlab.com/interception/linux/plugins/caps2esc/-/commit/47ea8022df47b23d5d9603f9fe71b3715e954e4c.patch";
+ sha256 = "sha256-lB+pDwmFWW1fpjOPC6GLpxvrs87crDCNk1s9KnfrDD4=";
+ })
+ ];
+ }));
in
{
enable = true;