7 lines
77 B
Nix
7 lines
77 B
Nix
{ ... }: {
|
|
text = ''
|
|
# Meta key. Use Mod1 for Alt.
|
|
set $mod Mod4
|
|
'';
|
|
}
|