Laptop : Re-enable keyd.

This commit is contained in:
Dmitry Voronin 2024-06-16 22:30:21 +03:00
parent 56d9ce2a28
commit c1805e3a7e
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -2,8 +2,4 @@
imports = [
./Filesystem.nix
];
# Disable keyd.
services.keyd.enable = lib.mkForce false;
systemd.services.keyd-application-mapper.enable = lib.mkForce false;
}