mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:50:44 +08:00
Remove submodule and just use the generator type. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
15 lines
189 B
TOML
15 lines
189 B
TOML
[gaps.outer]
|
|
bottom = 8
|
|
left = 8
|
|
right = 8
|
|
top = 8
|
|
|
|
[key-mapping]
|
|
preset = "colemak"
|
|
|
|
[mode.main.binding]
|
|
alt-h = "focus left"
|
|
alt-j = "focus down"
|
|
alt-k = "focus up"
|
|
alt-l = "focus right"
|