remove key disable
This commit is contained in:
parent
e05060be70
commit
00f28f1e6e
2 changed files with 0 additions and 80 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue