Remove keyleds

This commit is contained in:
Dave Gallant
2022-12-16 10:13:35 -05:00
parent 1221a03aae
commit 3d047bd074
6 changed files with 9 additions and 60 deletions

View File

@@ -1,15 +0,0 @@
{
config,
pkgs,
...
}: let
in {
systemd.services.keyleds = {
description = "Logitech Keyboard animation for Linux G410, G513, G610, G810, G910, GPro";
wantedBy = ["multi-user.target"];
serviceConfig = {
ExecStart = "${pkgs.keyleds}/bin/set-leds.sh";
};
};
}