nixos/home/desktop/waybar/modules/keyboard-state.nix

10 lines
135 B
Nix

{
numlock = true;
capslock = true;
format = "{name} {icon}";
format-icons = {
locked = "";
unlocked = "";
};
}