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

10 lines
135 B
Nix
Raw Normal View History

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