Move overlays into their own dirs

This commit is contained in:
Dave Gallant
2021-01-20 21:31:47 -05:00
parent 405d4e6f1b
commit 801f878edc
16 changed files with 196 additions and 159 deletions

View File

@@ -40,8 +40,8 @@ in {
# Workaround mentioned here:
# https://github.com/MatMoul/g810-led/blob/14e331ad2ab7c5ffb546e0c14dd6164b517ff9ca/PROFILES.md
systemd.services.g810-led-workaround = mkIf cfg.enableFlashingWorkaround {
description = "Turn off all g810-led keys";
script = "${pkgs.g810-led}/bin/g810-led -a 000000";
description = "Turn off all leds";
script = "${pkgs.g810-led}/bin/g610-led -a 000000";
serviceConfig.Type = "oneshot";
unitConfig.DefaultDependencies = false;