mirror of
https://github.com/wlcx/home.git
synced 2026-03-27 14:43:13 +00:00
wezterm: enable
This commit is contained in:
parent
433c96eca4
commit
5e5bacfd14
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user