aboutsummaryrefslogtreecommitdiff
path: root/nixos/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/alpha')
-rw-r--r--nixos/alpha/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index ca69a37..2dbcb0a 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -162,6 +162,8 @@
hardware.bluetooth.enable = true;
hardware.logitech.wireless.enable = true;
+ services.keyd-qol.enable = true;
+
services.udev.extraRules = ''
# Logitech receiver for superlight, causes premature wakeup from suspend
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c547", ATTR{power/wakeup}="disabled"