my system configurations ^-^
0
fork

Configure Feed

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

feat: use colemak by default

willow 45474e6e 46f5065d

+6 -3
+3 -2
modules/core/services.nix
··· 14 14 }; 15 15 16 16 xserver.xkb = { 17 - layout = "us"; 18 - variant = ""; 17 + layout = "us,us"; 18 + variant = "colemak,"; 19 + options = "grp:alt_space_toggle, caps:backspace, shift:both_capslock_cancel"; 19 20 }; 20 21 }; 21 22 }
+2
modules/core/system.nix
··· 36 36 rtkit.enable = true; # optional but recommended 37 37 }; 38 38 39 + console.useXkbConfig = true; # Use XKB configuration for TTYs 40 + 39 41 system.stateVersion = "24.05"; 40 42 }
+1 -1
modules/home/configs/hyprland/settings.nix
··· 17 17 18 18 input = { 19 19 kb_layout = "us,us"; 20 - kb_variant = ",colemak"; 20 + kb_variant = "colemak,"; 21 21 kb_options = "grp:alt_space_toggle, caps:backspace, shift:both_capslock_cancel"; 22 22 follow_mouse = 1; 23 23 touchpad = {