Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(hyprland): Add keyboard layout switching with alt + space

No visual feedback yet, but it works

+1
+1
modules/home/de/hyprland/default.nix
··· 96 96 input = { 97 97 kb_layout = "br,br,us"; 98 98 kb_variant = ",nodeadkeys,intl"; 99 + kb_options = "grp:alt_space_toggle"; 99 100 follow_mouse = 1; 100 101 touchpad.natural_scroll = false; 101 102 };