nix/home/file/sway/module/Mod.nix

8 lines
97 B
Nix

{ ... }: {
text = ''
# Meta key. Use Mod1 for Alt.
set $mod Mod4
set $sysmod print
'';
}