From 052d7036cd077eeb265ebf47159d148cd75ef0fd Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 28 Jul 2026 17:24:38 -0500 Subject: mv g610 conf to office-precision because that is now where that keyboard lives --- hosts/office-precision/g610.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hosts/office-precision/g610.nix (limited to 'hosts/office-precision/g610.nix') diff --git a/hosts/office-precision/g610.nix b/hosts/office-precision/g610.nix new file mode 100644 index 0000000..8cceafc --- /dev/null +++ b/hosts/office-precision/g610.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: { + # Turn off backlight on my G610 keyboard + systemd.services.G610DisableBacklight = { + description = "G610 disable backlight"; + wantedBy = [ "multi-user.target" ]; + + serviceConfig.ExecStart = "${pkgs.g810-led}/bin/g610-led -a 00"; + }; +} -- cgit v1.2.3