about summary refs log tree commit diff
path: root/nixos/alpha
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-22 22:45:57 +0900
committersefidel <contact@sefidel.net>2023-08-22 22:45:57 +0900
commitd0c6a1b4b49128dd20d4919c98616f0061cbc2ed (patch)
tree785b2230cec01e9392a1a3b097ae7dec0d2ffe57 /nixos/alpha
parentffb90b9e874e4cca5ea03c4c9f242b5c7dba6d1c (diff)
downloadnixrc-d0c6a1b4b49128dd20d4919c98616f0061cbc2ed.tar.gz
nixrc-d0c6a1b4b49128dd20d4919c98616f0061cbc2ed.zip
chore!: use keyd to manage key remaps
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"