1
mirror of https://github.com/wlcx/home.git synced 2026-03-27 14:43:13 +00:00

wezterm: enable

This commit is contained in:
Sam W 2026-03-26 18:23:57 +00:00
parent 433c96eca4
commit 5e5bacfd14

View File

@ -18,6 +18,26 @@
{ ... }:
{
imports = [ ./vscode.nix ];
programs.wezterm = {
enable = true;
extraConfig = ''
return {
color_scheme = "GruvboxDarkHard",
keys = {
{
key = 'd',
mods = 'SUPER',
action = wezterm.action.SplitVertical{domain='CurrentPaneDomain'},
},
{
key = 'D',
mods = 'SUPER | SHIFT',
action = wezterm.action.SplitHorizontal{domain='CurrentPaneDomain'},
},
},
}
'';
};
};
tpmssh = ./tpmssh.nix;
# Sensitive stuff