remove key disable

This commit is contained in:
Yan Lin 2025-11-02 13:47:31 +01:00
parent e05060be70
commit 00f28f1e6e
2 changed files with 0 additions and 80 deletions

View file

@ -7,7 +7,6 @@
../../../modules/desktop.nix
../../../modules/wireguard.nix
../../../modules/login-display.nix
../../../modules/disable-keyboard.nix
];
# Bootloader - standard UEFI setup
@ -251,12 +250,6 @@
};
};
# Disable internal keyboard when HHKB-Hybrid_1 is connected
services.disable-keyboard = {
enable = true;
externalKeyboardName = "HHKB-Hybrid_1 Keyboard";
};
# Apply XKB config to console (TTY) as well
console.useXkbConfig = true;