From 07229574e2e0feef3e4984025d9b2b9a6776f51d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Dec 2024 22:41:00 +0100 Subject: feat(modules/legacy/river): Add mapping to start `qmk-unicode-type` That program communicates with my keyboard and sets a Unicode character. --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a8be86e4..d08eb34a 100644 --- a/flake.nix +++ b/flake.nix @@ -246,6 +246,15 @@ flake-compat.follows = "flake-compat"; }; }; + qmk_firmware = { + url = "git+https://git.foss-syndicate.org/bpeetz/qmk_layout.git?ref=prime"; + inputs = { + nixpkgs.follows = "nixpkgs"; + treefmt-nix.follows = "treefmt-nix"; + systems.follows = "systems"; + flake-utils.follows = "flake-utils"; + }; + }; # external resources user_js = { @@ -286,6 +295,7 @@ # my binaries shell_library, river_init_lesser, + qmk_firmware, ... }: let system = "x86_64-linux"; @@ -337,6 +347,7 @@ # my binaries shell_library river_init_lesser + qmk_firmware ; }; in -- cgit 1.4.1