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/nixosConfigurations/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake/nixosConfigurations/default.nix') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 7d98f868..b0a02580 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -23,6 +23,7 @@ nix-index-database, # bins river_init_lesser, + qmk_firmware, # external user_js, }: let @@ -62,6 +63,7 @@ # bins # TODO: Integrate these into `pkgs/by-name` <2024-05-22> river_init_lesser + qmk_firmware serverphone # external deps user_js -- cgit 1.4.1