From 003cb122316aa308a2b8cebf3790cc7b2b03764c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 Sep 2024 23:19:53 +0000 Subject: [PATCH] add the keyboard-configurator since garrus is now a galp5 with open firmware/ec --- hosts/x86_64/garrus/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/x86_64/garrus/configuration.nix b/hosts/x86_64/garrus/configuration.nix index 37527a8..da82e5a 100644 --- a/hosts/x86_64/garrus/configuration.nix +++ b/hosts/x86_64/garrus/configuration.nix @@ -6,4 +6,8 @@ # System76 hardware.system76.enableAll = true; + environment.systemPackages = with pkgs; [ + system76-keyboard-configurator + ]; + }