From a823e0484e5b278bf783b657495e5d5a718dd070 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Tue, 1 Oct 2024 18:59:07 -0300 Subject: [PATCH] feat: update dot013-environment --- flake.lock | 6 +++--- hosts/battleship/configuration.nix | 4 +++- hosts/fighter/configuration.nix | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index fe7cc93..30f1fd5 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1725372820, - "narHash": "sha256-aG6gu/RwQsAHyOdFPEfiMjsKY03iTX4s3jdwR8pSY20=", + "lastModified": 1725918868, + "narHash": "sha256-XYZiGWFT8r9GrIIHyhN/3dYbkUCcAy4v5PyKYUzPOiI=", "owner": "dot013", "repo": "environment", - "rev": "4c3a2aec338ca2889a9ca30004b82cc07c1afaec", + "rev": "f340ff699bd735d617148cd023885f1acd5b615f", "type": "github" }, "original": { diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index fc653ab..e99e080 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -14,7 +14,9 @@ ]; dot013.environment.enable = true; - dot013.environment.interception-tools.device = "/dev/input/by-id/usb-BY_Tech_Gaming_Keyboard-event-kbd"; + dot013.environment.interception-tools.devices = [ + "/dev/input/by-id/usb-BY_Tech_Gaming_Keyboard-event-kbd" + ]; # dot013.environment.interception-tools.device = "/dev/input/by-id/usb-Compx_2.4G_Wireless_Receiver-event-kbd"; programs.nh.enable = true; diff --git a/hosts/fighter/configuration.nix b/hosts/fighter/configuration.nix index b7ae9b6..2400563 100644 --- a/hosts/fighter/configuration.nix +++ b/hosts/fighter/configuration.nix @@ -12,7 +12,9 @@ ]; dot013.environment.enable = true; - dot013.environment.interception-tools.device = "/dev/input/by-path/platform-i8042-serio-0-event-kbd"; + dot013.environment.interception-tools.devices = [ + "/dev/input/by-path/platform-i8042-serio-0-event-kbd" + ]; programs.nh.enable = true; programs.nh.flake = "/home/guz/nix";