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 + ]; + }