mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Move overlays into their own dirs
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user