12 lines
242 B
Nix
12 lines
242 B
Nix
{...}: {
|
|
programs.niri.config = ''
|
|
window-rule {
|
|
match app-id=r#"^org\.wezfurlong\.wezterm$"#
|
|
default-column-width {}
|
|
}
|
|
|
|
binds {
|
|
Super+T { spawn "wezterm"; }
|
|
}
|
|
'';
|
|
}
|