mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +00:00
7 lines
185 B
Nix
7 lines
185 B
Nix
# Use latest PR of keyd to update to 2.4.3
|
|
# https://github.com/NixOS/nixpkgs/pull/245327
|
|
|
|
inputs: _final: prev: {
|
|
inherit (inputs.nixpkgs-keyd.legacyPackages.${prev.system}) keyd;
|
|
}
|