summaryrefslogtreecommitdiff
path: root/hosts/optiplex/g610.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/optiplex/g610.nix')
-rw-r--r--hosts/optiplex/g610.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/optiplex/g610.nix b/hosts/optiplex/g610.nix
deleted file mode 100644
index 8cceafc..0000000
--- a/hosts/optiplex/g610.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ 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";
- };
-}