Skip to content

Conversation

@nim65s
Copy link

@nim65s nim65s commented Nov 21, 2025

Hi,

Following discussions between the ergonautes stand and the nix workshop attendees at Capitole du Libre this weekend, NixOS/nixpkgs#386205 was finally merged 🎉

Thanks @picnoir !
(and good luck for your bépo -> ergo-L transition :D)

I'm personally a happy user of something like:

services.arsenik = {
  enable = true;
  long_hold_timeout = 180;
  lt = true;
  vim = true;
  package = pkgs.arsenik.overrideAttrs {
    patches = [
      (pkgs.fetchpatch {
        name = "kanata-numpad-add-operators.patch";
        url = "https://github.com/OneDeadKey/arsenik/pull/77.patch";
        hash = "sha256-fIGp9IZ19gUq5tsnuX4I2KOLBA7HaF6u1berDleSnKg=";
      })
    ];
  };
};

(I'll leave this PR in draft until this nixos-unstable branch is reached, ref. https://nixpk.gs/pr-tracker.html?pr=386205, because the link is not yet available)

@nim65s nim65s marked this pull request as ready for review December 2, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant