remove keyboard toggle module
This commit is contained in:
parent
1204d4946a
commit
4bf5afdaee
2 changed files with 15 additions and 77 deletions
|
|
@ -7,7 +7,6 @@
|
|||
../../../modules/hyprland/system.nix
|
||||
../../../modules/wireguard.nix
|
||||
../../../modules/login-display.nix
|
||||
../../../modules/keyboard-toggle.nix
|
||||
];
|
||||
|
||||
# Bootloader - standard UEFI setup
|
||||
|
|
@ -190,6 +189,21 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
internal = {
|
||||
ids = [ "*" ];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "leftcontrol";
|
||||
leftalt = "leftmeta";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Host-specific packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
# System utilities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue